We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26d142b commit fb321b9Copy full SHA for fb321b9
packages/notifications/src/PushNotification/types.ts
@@ -77,7 +77,8 @@ interface ApnsPlatformOptions {
77
subtitle?: string;
78
}
79
80
-export interface PushNotificationPermissions extends Record<string, boolean> {
+export interface PushNotificationPermissions
81
+ extends Partial<Record<string, boolean>> {
82
alert?: boolean;
83
badge?: boolean;
84
sound?: boolean;
0 commit comments