mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Added push notification id (#47823)
This commit is contained in:
parent
f82a179d81
commit
64f1c82365
@ -21,6 +21,7 @@ export interface PushNotification {
|
||||
badge: number;
|
||||
alert: object;
|
||||
sound: string;
|
||||
id: number;
|
||||
finish: (fetchResult: string) => void;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user