Skip to content

Commit 40fe9e0

Browse files
author
crow
committed
Fix listIconUrl definition
1 parent 218bfe9 commit 40fe9e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ export interface InboxMessage {
562562
/**
563563
* Optional - The icon url for the message.
564564
*/
565-
listIconUrl: string;
565+
listIconUrl?: string;
566566
/**
567567
* The unread / read status of the message.
568568
*/

0 commit comments

Comments
 (0)