export type notifications_Fields = { channelId?: string; companyId?: string; /** * Count is only used for notification groups, which represent multiple notifications */ count?: number; formId?: string; /** * GroupingEntityType designates the notification entity types that are associated with a notification grouping */ groupingEntityType?: string; /** * ItemName is used to capture data for inbox notifications, for example the filename for an esig complete notification (if files are not loaded into state) */ itemName?: string; notificationGroup?: string; senderID?: string; senderType?: string; senderUserId?: string; };