Skip to content

Commit 3bdd500

Browse files
invalid type
1 parent 8301f27 commit 3bdd500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core-typings/src/IPushNotificationConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export interface IPushNotificationConfig {
1515
image: string;
1616
};
1717
apn?: {
18-
category: string;
18+
category?: string;
1919
expirationSeconds?: number;
2020
};
2121
useVoipToken?: boolean;

0 commit comments

Comments
 (0)