export interface PreChatData {
  agentLabel: string;
  value?: string;
  isDisplayedToAgent: boolean;
  transcriptFields?: string[];
  preChatDataKey: string;
}
