Skip to content

Instantly share code, notes, and snippets.

@Serginho
Last active March 14, 2019 18:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Serginho/a5f88180f99b456f1f342b82290a9652 to your computer and use it in GitHub Desktop.
Save Serginho/a5f88180f99b456f1f342b82290a9652 to your computer and use it in GitHub Desktop.
PushSubscriptionChangeEvent definition
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