mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-20 20:32:23 -06:00
prisma orm: all endpoints ok
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user