mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-21 12:52:19 -06:00
feat: prisma and remove mongodb
This commit is contained in:
@@ -1,12 +1,8 @@
|
||||
class Proxy {
|
||||
export class ProxyDto {
|
||||
enabled: boolean;
|
||||
host: string;
|
||||
port: string;
|
||||
protocol: string;
|
||||
username?: string;
|
||||
password?: string;
|
||||
}
|
||||
|
||||
export class ProxyDto {
|
||||
enabled: boolean;
|
||||
proxy: Proxy;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user