fix: adjusts in proxy

This commit is contained in:
Davidson Gomes
2023-12-01 20:09:19 -03:00
parent d75163aa57
commit 2de0b61726
3 changed files with 19 additions and 3 deletions

View File

@@ -32,6 +32,5 @@ export class InstanceDto {
typebot_delay_message?: number;
typebot_unknown_message?: string;
typebot_listening_from_me?: boolean;
proxy_enabled?: boolean;
proxy_proxy?: string;
proxy?: string;
}