diff --git a/index.d.ts b/index.d.ts index 1245a4b92bcbaf822eb5680f86502834d6c08ad3..5e8bfeea961913e3b533a50e88d232fb644b149f 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;