TypeScript cleanup

This commit is contained in:
2018-04-02 07:34:16 +02:00
parent 3f86a970f0
commit 88296da8be
44 changed files with 135 additions and 133 deletions

2
sw/index.d.ts vendored
View File

@ -654,7 +654,7 @@ interface ServiceWorkerGlobalScope extends EventTarget {
interface NotificationOptions {
image?: string;
data?: string;
data?: any;
badge?: string;
}