Files
evolution-api/src/whatsapp/dto/instance.dto.ts
2023-07-13 00:27:18 -03:00

13 lines
278 B
TypeScript

export class InstanceDto {
instanceName: string;
webhook?: string;
webhook_by_events?: boolean;
events?: string[];
qrcode?: boolean;
token?: string;
chatwoot_account_id?: string;
chatwoot_token?: string;
chatwoot_url?: string;
chatwoot_sign_msg?: boolean;
}