diff --git a/src/@ionic-native/plugins/local-notifications/index.ts b/src/@ionic-native/plugins/local-notifications/index.ts index 8ee9b025..3975db2d 100755 --- a/src/@ionic-native/plugins/local-notifications/index.ts +++ b/src/@ionic-native/plugins/local-notifications/index.ts @@ -125,7 +125,7 @@ export interface ILocalNotificationAction { /** * Specifies whether the action causes the app to launch in the foreground */ - launch?: boolean; + foreground?: boolean; /** * If the value is 'decline' the action is displayed with special highlighting to indicate that it performs a destructive task @@ -397,6 +397,7 @@ export interface ILocalNotification { * Set the token for the media session */ mediaSession?: string; + } /**