mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-26 07:07:45 -06:00
10 lines
171 B
TypeScript
10 lines
171 B
TypeScript
export class ChatwootDto {
|
|
enabled?: boolean;
|
|
account_id?: string;
|
|
token?: string;
|
|
url?: string;
|
|
name_inbox?: string;
|
|
sign_msg?: boolean;
|
|
number?: string;
|
|
}
|