4 lines
99 B
TypeScript
Raw Normal View History

2017-07-14 21:50:34 +00:00
type NotificationEvent = any;
type InstallEvent = any;
type FetchEvent = any;
type PushEvent = any;