Last active
March 14, 2019 18:57
-
-
Save Serginho/a5f88180f99b456f1f342b82290a9652 to your computer and use it in GitHub Desktop.
PushSubscriptionChangeEvent definition
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
interface PushSubscriptionChangeEvent extends ExtendableEvent { | |
readonly newSubscription?: PushSubscription; | |
readonly oldSubscription?: PushSubscription; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment