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 a2ed8ef commit 03dd2e9Copy full SHA for 03dd2e9
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