UNPKG
onesignal-web-sdk
Version:
latest (1.2.1)
1.2.1
1.2.0
Web push notifications from OneSignal.
onesignal-web-sdk
/
typings
/
globals
/
serviceworker.d.ts
10 lines
(8 loc)
•
233 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
declare
module
'ServiceWorker'
{
var
OneSignal
:
any
;
export
=
OneSignal
; }
interface
PushSubscriptionChangeEvent
extends
ExtendableEvent
{
newSubscription
:
PushSubscription
;
oldSubscription
:
PushSubscription
; }