From b06d59e4b26f97980f262cf583db76fe55e864b4 Mon Sep 17 00:00:00 2001 From: Libin Lu Date: Mon, 28 Aug 2017 11:27:48 -0400 Subject: [PATCH] Update index.d.ts --- index.d.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index 47f603d..6c4497c 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{ -- 2.26.2