mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2026-01-09 13:22:21 -06:00
9 lines
152 B
TypeScript
9 lines
152 B
TypeScript
export class ChatwootDto {
|
|
enabled?: boolean;
|
|
account_id?: string;
|
|
token?: string;
|
|
url?: string;
|
|
name_inbox?: string;
|
|
sign_msg?: boolean;
|
|
}
|