We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01d1c84 commit be9ec44Copy full SHA for be9ec44
index.d.ts
@@ -157,7 +157,7 @@ export interface PushNotificationPermissions {
157
sound?: boolean;
158
lockScreen?: boolean;
159
notificationCenter?: boolean;
160
- authorizationStatus?: AuthorizationStatus;
+ authorizationStatus?: AuthorizationStatus[keyof AuthorizationStatus];
161
}
162
163
export type PushNotificationEventName =
0 commit comments