Spaces:
Runtime error
Runtime error
File size: 141 Bytes
5e518ea |
1 2 3 4 5 6 7 8 9 |
export class ProxyDto {
enabled?: boolean;
host: string;
port: string;
protocol: string;
username?: string;
password?: string;
}
|