diff --git a/index.d.ts b/index.d.ts index d8d3dc3455bb0f5e6be7e87e81957bf7bb412f0e..f49031180e564970743f24f2359d7e24fd244bad 100644 --- a/index.d.ts +++ b/index.d.ts @@ -53,11 +53,10 @@ declare module "react-native-fcm" { priority?: string; show_in_foreground?: boolean; click_action?: string; - badge?: number; + badge?: number; number?: number; ticker?: string; auto_cancel?: boolean; - tag?: string; group?: string; picture?: string; my_custom_data?: string;