evolution-api/src/whatsapp/dto/chatwoot.dto.ts
Alan Mosko ddc75d710f wip
2023-07-26 11:08:14 -03:00

12 lines
256 B
TypeScript

export class ChatwootDto {
enabled?: boolean;
account_id?: string;
token?: string;
url?: string;
name_inbox?: string;
sign_msg?: boolean;
number?: string;
reopen_conversation?: boolean;
conversation_pending?: boolean;
}