prisma orm: all endpoints ok

This commit is contained in:
Davidson Gomes
2024-06-06 17:01:48 -03:00
parent 161814a9e5
commit 51c873c19e
8 changed files with 115 additions and 46 deletions

View File

@@ -121,7 +121,8 @@ export declare namespace wa {
sessions?: TypebotSession[];
};
type Proxy = {
export type LocalProxy = {
enabled?: boolean;
host?: string;
port?: string;
protocol?: string;
@@ -129,11 +130,6 @@ export declare namespace wa {
password?: string;
};
export type LocalProxy = {
enabled?: boolean;
proxy?: Proxy;
};
export type LocalIntegration = {
integration?: string;
number?: string;