docs(local-notifications): Complete sourcecode docs

This commit is contained in:
Lorenz an Mey 2018-03-22 17:25:41 +01:00
parent 8a2637789f
commit 37833fe41d

View File

@ -46,10 +46,13 @@ export interface ILocalNotificationTrigger {
count?: number;
/**
* Unit
* The unit
*/
every?: ELocalNotificationTriggerUnit;
/**
* The end of the repeating notification
*/
before?: Date;
/**