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

Properties

Properties

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