export default class ReconnectMappingRecord { /** * Reconnect Id used for chat reconnection */ reconnectid: string; /** * ConversationThreadId of the original chat */ conversationthreadid: string; /** * The OrganisationId */ orgid: string; /** * The WidgetAppId which denotes the widget */ widgetappid: string; /** * The User Info */ userid: string; /** * PartitionKey for the reconnect mapping record. */ partitionkey: string; }