diff --git a/src/@ionic-native/plugins/local-notifications/index.ts b/src/@ionic-native/plugins/local-notifications/index.ts index 927e386c7..8ee9b0259 100755 --- a/src/@ionic-native/plugins/local-notifications/index.ts +++ b/src/@ionic-native/plugins/local-notifications/index.ts @@ -46,10 +46,13 @@ export interface ILocalNotificationTrigger { count?: number; /** - * Unit + * The unit */ every?: ELocalNotificationTriggerUnit; + /** + * The end of the repeating notification + */ before?: Date; /**