Added push notification id (#47823)

This commit is contained in:
Miko 2020-09-22 03:33:43 +08:00 committed by GitHub
parent f82a179d81
commit 64f1c82365
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,7 @@ export interface PushNotification {
badge: number;
alert: object;
sound: string;
id: number;
finish: (fetchResult: string) => void;
}