diff --git a/types/global.d.ts b/types/global.d.ts index e76107a..b300341 100644 --- a/types/global.d.ts +++ b/types/global.d.ts @@ -8,6 +8,9 @@ declare global { highlightBlock(e: Element): void } } + interface Navigator { + standalone?: boolean + } } declare module 'yup' { class ArraySchema extends Yup.array {