interface Transport {
    last_seq: string;
    results: CloudantV1.DbEvent[];
}

Properties

Properties

last_seq: string
results: CloudantV1.DbEvent[]