Convert message schema migrator to TypeScript

This commit is contained in:
Evan Hahn 2022-05-31 23:56:25 +00:00 committed by GitHub
parent 2a2f44a73a
commit c58f1eb503
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 42 additions and 37 deletions

3
ts/window.d.ts vendored
View file

@ -401,9 +401,6 @@ declare global {
WhatsNewLink: typeof WhatsNewLink;
};
OS: typeof OS;
Workflow: {
MessageDataMigrator: WhatIsThis;
};
IndexedDB: {
removeDatabase: WhatIsThis;
doesDatabaseExist: WhatIsThis;