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
/
Action.ts
4 lines
•
45 B
text/typescript
View Raw
1
2
3
4
interface
Action
<
T
> { (item: T):
void
; }