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
/
EnvironmentKind.ts
6 lines
(5 loc)
•
119 B
text/typescript
View Raw
1
2
3
4
5
6
export
enum
EnvironmentKind
{ Development =
"Development"
, Staging =
"Staging"
, Production =
"Production"
}