From f22edb070483d86b787fb283ca89d52cd3299da6 Mon Sep 17 00:00:00 2001 From: Libin Lu Date: Sun, 11 Jun 2017 12:18:44 -0400 Subject: [PATCH] Update index.d.ts --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index 1245a4b..5e8bfee 100644 --- a/index.d.ts +++ b/index.d.ts @@ -68,7 +68,7 @@ declare module "react-native-fcm" { static getInitialNotification(): Promise; static presentLocalNotification(notification: LocalNotification): void; - static scheduleLocalNotification(schedule: LocalNotification): void; + static scheduleLocalNotification(schedule: ScheduleLocalNotification): void; static getScheduledLocalNotifications(): Promise; static removeAllDeliveredNotifications(): void; -- 2.26.2