UNPKG

onesignal-web-sdk

Version:

Web push notifications from OneSignal.

10 lines (7 loc) 211 B
import { Notification } from "./Notification"; class ServiceWorkerState { workerVersion: number; updaterWorkerVersion: number; backupNotification: Notification; } export { ServiceWorkerState };