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 e4f8532 commit 2771fd4Copy full SHA for 2771fd4
src/types.ts
@@ -29,6 +29,7 @@ export interface NotificationDataType {
29
subHeader: string;
30
body: string;
31
actionUrl: string;
32
+ thumbnailUrl?: string | null;
33
avatar: {
34
imageUrl: string;
35
actionUrl: string | null;
@@ -156,6 +157,7 @@ type Message = {
156
157
158
159
160
161
162
163
0 commit comments