Skip to content

Commit be9ec44

Browse files
committed
Fix issue #196
1 parent 01d1c84 commit be9ec44

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)