UNPKG

@loadsmart/rn-salesforce-chat

Version:
8 lines (7 loc) 161 B
export interface PreChatData { agentLabel: string; value?: string; isDisplayedToAgent: boolean; transcriptFields?: string[]; preChatDataKey: string; }