Skip to content

Commit

Permalink
Fix listIconUrl definition
Browse files Browse the repository at this point in the history
  • Loading branch information
crow committed Mar 18, 2024
1 parent 218bfe9 commit 40fe9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ export interface InboxMessage {
/**
* Optional - The icon url for the message.
*/
listIconUrl: string;
listIconUrl?: string;
/**
* The unread / read status of the message.
*/
Expand Down

0 comments on commit 40fe9e0

Please sign in to comment.