Type Alias ProxyAuth

Source
Expand description

Basic-auth credentials for an upstream proxy.

type ProxyAuth = {
    password: string;
    username: string;
}

Properties§

password
username