Skip to content

Commit 03dd2e9

Browse files
authored
Fix issue #196 (#198)
1 parent a2ed8ef commit 03dd2e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ export interface PushNotificationPermissions {
157157
sound?: boolean;
158158
lockScreen?: boolean;
159159
notificationCenter?: boolean;
160-
authorizationStatus?: AuthorizationStatus;
160+
authorizationStatus?: AuthorizationStatus[keyof AuthorizationStatus];
161161
}
162162

163163
export type PushNotificationEventName =

0 commit comments

Comments
 (0)