UNPKG

onesignal-web-sdk

Version:

Web push notifications from OneSignal.

8 lines (6 loc) 141 B
interface IndexableByString<T> { [key: string]: T; } interface IOneSignal extends IndexableByString<any> { [key: string]: any; }