diff --git a/types/react-native-push-notification/index.d.ts b/types/react-native-push-notification/index.d.ts index 026c036696..0f20c94179 100644 --- a/types/react-native-push-notification/index.d.ts +++ b/types/react-native-push-notification/index.d.ts @@ -21,6 +21,7 @@ export interface PushNotification { badge: number; alert: object; sound: string; + id: number; finish: (fetchResult: string) => void; }