From f7bc66603b387892bacde635643698b68b4e3b3b Mon Sep 17 00:00:00 2001 From: tafelnl Date: Tue, 1 Dec 2020 11:57:39 +0100 Subject: [PATCH] :sparkles: add definitions for new permission related methods --- src/definitions.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/definitions.ts b/src/definitions.ts index 7236fe6..61c47e4 100644 --- a/src/definitions.ts +++ b/src/definitions.ts @@ -30,4 +30,6 @@ export interface CheckPermissionResult { denied?: boolean; asked?: boolean; neverAsked?: boolean; + restricted?: boolean; // ios only + unknown?: boolean; // ios only }