export type WebchatConfig = {
  type: 'webchat_config'
  data: {
    config: {
      [k: string]: any
    }
  }
}
