Skip to content

Commit 8a0ca1a

Browse files
committed
Supplement 'icon' field to '/messaging-types'
1 parent aa8356e commit 8a0ca1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/messaging-types/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ export interface NotificationPayload {
3131
title?: string;
3232
body?: string;
3333
image?: string;
34+
icon?: string;
3435
}
3536

3637
export interface FcmOptions {

0 commit comments

Comments
 (0)