Spaces:
Runtime error
Runtime error
| import { ChatWootAPIConfig } from '@waha/apps/chatwoot/client/interfaces'; | |
| import { DEFAULT_LOCALE, LOCALES } from '@waha/apps/chatwoot/locale'; | |
| import { IsIn, IsNumber, IsString } from 'class-validator'; | |
| export class ChatWootAppConfig implements ChatWootAPIConfig { | |
| () | |
| url: string; | |
| () | |
| accountId: number; | |
| () | |
| accountToken: string; | |
| () | |
| inboxId: number; | |
| () | |
| inboxIdentifier: string; | |
| () | |
| (LOCALES) | |
| locale: string = DEFAULT_LOCALE; | |
| } | |