Transition languageHandler to Typescript

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2020-07-02 23:15:08 +01:00
parent 1ab0a1a1de
commit 48ce294a49
5 changed files with 57 additions and 29 deletions

View file

@ -47,6 +47,10 @@ declare global {
hasStorageAccess?: () => Promise<boolean>;
}
interface Navigator {
userLanguage?: string;
}
interface StorageEstimate {
usageDetails?: {[key: string]: number};
}