From be9ec447f342ec146602bb8acd1a4e3db75631d7 Mon Sep 17 00:00:00 2001 From: Tomasz Szarek Date: Mon, 19 Oct 2020 14:54:55 +0200 Subject: [PATCH] Fix issue #196 --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index 0f8792663..9738de23c 100644 --- a/index.d.ts +++ b/index.d.ts @@ -157,7 +157,7 @@ export interface PushNotificationPermissions { sound?: boolean; lockScreen?: boolean; notificationCenter?: boolean; - authorizationStatus?: AuthorizationStatus; + authorizationStatus?: AuthorizationStatus[keyof AuthorizationStatus]; } export type PushNotificationEventName =