interface Transport {
    error?: string;
    info?: CloudantV1.DatabaseInformation.Transport;
    key: string;
}

Properties

Properties

error?: string
key: string