export type WebchatVisibility = {
  type: 'webchat_visibility'
  data: {
    visibility: 'show' | 'hide' | 'toggle'
  }
}
