export interface WebchatConfig { type: "webchat_config"; data: { config: { [k: string]: any; }; }; }