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 aa8356e commit 8a0ca1aCopy full SHA for 8a0ca1a
packages/messaging-types/index.d.ts
@@ -31,6 +31,7 @@ export interface NotificationPayload {
31
title?: string;
32
body?: string;
33
image?: string;
34
+ icon?: string;
35
}
36
37
export interface FcmOptions {
0 commit comments