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
/
Timestamp.ts
8 lines
(5 loc)
•
101 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
class
Timestamp
{ constructor(public timestamp: string) { } } export { Timestamp };