UNPKG
onesignal-web-sdk
Version:
latest (1.2.1)
1.2.1
1.2.0
Web push notifications from OneSignal.
onesignal-web-sdk
/
src
/
models
/
ServiceWorkerState.ts
10 lines
(7 loc)
•
211 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
import { Notification } from
"./Notification"
;
class
ServiceWorkerState
{ workerVersion: number; updaterWorkerVersion: number; backupNotification: Notification; } export { ServiceWorkerState };