TypeScript cleanup
This commit is contained in:
2
sw/index.d.ts
vendored
2
sw/index.d.ts
vendored
@ -654,7 +654,7 @@ interface ServiceWorkerGlobalScope extends EventTarget {
|
||||
|
||||
interface NotificationOptions {
|
||||
image?: string;
|
||||
data?: string;
|
||||
data?: any;
|
||||
badge?: string;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user