interface Transport {
    auth?: CloudantV1.ReplicationDatabaseAuth.Transport;
    headers?: JsonObject;
    url: string;
}

Properties

Properties

headers?: JsonObject
url: string

Generated using TypeDoc