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 988f640 commit 77a3db1Copy full SHA for 77a3db1
ts/IterableInAppMessage.ts
@@ -52,7 +52,7 @@ class IterableInAppMessage {
52
/**
53
* Custom Payload for this message.
54
*/
55
- readonly customPayload?: [any: any]
+ readonly customPayload?: {any: any}
56
57
58
* Whether this inbox message has been read
@@ -71,7 +71,7 @@ class IterableInAppMessage {
71
expiresAt: Date | undefined,
72
saveToInbox: boolean,
73
inboxMetadata: IterableInboxMetadata | undefined,
74
- customPayload: [any: any] | undefined,
+ customPayload: {any: any} | undefined,
75
read: boolean,
76
priorityLevel: number) {
77
this.campaignId = campaignId
0 commit comments