UNPKG

@botpress/webchat-client

Version:
7 lines (6 loc) 122 B
export type WebchatVisibility = { type: 'webchat_visibility' data: { visibility: 'show' | 'hide' | 'toggle' } }