Interface: UserNotificationPayload
Defined in: src/types/users.ts:233
Properties
type
ts
type: NotificationType;Defined in: src/types/users.ts:234
messageId
ts
messageId: string;Defined in: src/types/users.ts:235
parameters
ts
parameters: Record<string, Record<string, string>>;Defined in: src/types/users.ts:236
joinExperience
ts
joinExperience: {
launchData: string;
};Defined in: src/types/users.ts:237
launchData
ts
launchData: string;analyticsData
ts
analyticsData: {
category: string;
};Defined in: src/types/users.ts:240
category
ts
category: string;