interface ConnectionInfo {
    headers?: {
        [key: string]: string | number;
    };
    url: string;
}

Properties

Properties

headers?: {
    [key: string]: string | number;
}

Type declaration

  • [key: string]: string | number
url: string