We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8301f27 commit 3bdd500Copy full SHA for 3bdd500
packages/core-typings/src/IPushNotificationConfig.ts
@@ -15,7 +15,7 @@ export interface IPushNotificationConfig {
15
image: string;
16
};
17
apn?: {
18
- category: string;
+ category?: string;
19
expirationSeconds?: number;
20
21
useVoipToken?: boolean;
0 commit comments