Type Alias ProxyRuntimeEnv

ProxyRuntimeEnv: {
    isBrowser: boolean;
}

Runtime information passed to a user-provided ProxyRuntimeGate predicate so it can decide whether the proxy middleware should apply.