9 lines
261 B
TypeScript
9 lines
261 B
TypeScript
![]() |
import { ChatwootBlock } from './schema'
|
||
|
|
||
|
export const chatwootTasks = ['Show widget', 'Close widget'] as const
|
||
|
|
||
|
export const defaultChatwootOptions = {
|
||
|
task: 'Show widget',
|
||
|
baseUrl: 'https://app.chatwoot.com',
|
||
|
} as const satisfies ChatwootBlock['options']
|