diff --git a/src/plugins/localnotifications.ts b/src/plugins/localnotifications.ts index a54ba2c59..98abe5d14 100644 --- a/src/plugins/localnotifications.ts +++ b/src/plugins/localnotifications.ts @@ -57,7 +57,7 @@ export class LocalNotifications { @Cordova({ sync: true }) - static schedule(options? : Notification) : void {} + static schedule(options? : Notification|Array) : void {} /** * Updates a previously scheduled notification. Must include the id in the options parameter.