export interface ChatConfig {
  orgId: string;
  buttonId: string;
  deploymentId: string;
  liveAgentPod: string;
  visitorName?: string;
}
