diff --git a/index.d.ts b/index.d.ts index 47f603d46777514808718dd43628cebb18d27261..6c4497cc77d9661f2d44a6be77792d88d863c8dd 100644 --- a/index.d.ts +++ b/index.d.ts @@ -61,7 +61,8 @@ declare module "react-native-fcm" { group?: string; picture?: string; my_custom_data?: string; - lights?: boolean + ongoing?: boolean; + lights?: boolean; } export interface ScheduleLocalNotification extends LocalNotification{