UNPKG
onesignal-web-sdk
Version:
latest (1.2.1)
1.2.1
1.2.0
Web push notifications from OneSignal.
onesignal-web-sdk
/
src
/
service-worker
/
ServiceWorkerDebugScope.ts
10 lines
(7 loc)
•
177 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
import
Environment
from
'../Environment'
;
export
interface
ServiceWorkerDebugScope
{
environment
:
Environment
;
database
:
any
;
browser
:
any
;
apiUrl
:
string
; }