Skip to content

Commit e3bfae1

Browse files
committed
Update API reports
1 parent 2110a91 commit e3bfae1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

common/api-review/messaging-sw.api.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ export { NextFn }
5252
// @public
5353
export interface NotificationPayload {
5454
body?: string;
55+
icon?: string;
5556
image?: string;
5657
title?: string;
5758
}

common/api-review/messaging.api.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ export { NextFn }
5555
// @public
5656
export interface NotificationPayload {
5757
body?: string;
58+
icon?: string;
5859
image?: string;
5960
title?: string;
6061
}

0 commit comments

Comments
 (0)