diff --git a/index.d.ts b/index.d.ts index b66f0df171b681b29488cb4c15b2d71ea78b1ef7..fce43d2dc21b246039043c14b97c75bae5d3ad07 100644 --- a/index.d.ts +++ b/index.d.ts @@ -34,6 +34,14 @@ declare module "react-native-fcm" { body: string; icon: string; }; + fcm: { + action?: string; + tag?: string; + icon?: string; + color?: string; + body: string; + title?: string; + }; local_notification?: boolean; _notificationType: string; finish(type?: string): void;