Type Alias RequestProxyConfig

RequestProxyConfig: {
    targetUrl: string;
    when?: ProxyRuntimeGate;
}