From 37833fe41dcf281075fc782816ed68a2965852e7 Mon Sep 17 00:00:00 2001 From: Lorenz an Mey Date: Thu, 22 Mar 2018 17:25:41 +0100 Subject: [PATCH] docs(local-notifications): Complete sourcecode docs --- src/@ionic-native/plugins/local-notifications/index.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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; /**