4 lines
99 B
TypeScript
4 lines
99 B
TypeScript
|
type NotificationEvent = any;
|
||
|
type InstallEvent = any;
|
||
|
type FetchEvent = any;
|
||
|
type PushEvent = any;
|