Convert IdleDetector to TypeScript

This commit is contained in:
Evan Hahn 2021-12-10 17:20:24 -06:00 committed by GitHub
parent ebcd3e3e43
commit 2fe5ec6ab2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 24 additions and 36 deletions

1
ts/window.d.ts vendored
View file

@ -401,7 +401,6 @@ declare global {
};
OS: typeof OS;
Workflow: {
IdleDetector: WhatIsThis;
MessageDataMigrator: WhatIsThis;
};
IndexedDB: {