Type alias SyncProxyConfig

SyncProxyConfig: {
    address: string;
    port: number;
    type: ProxyType;
}

Type declaration

Generated using TypeDoc