interface Transport {
    last_seq: string;
    pending: number;
    results: ChangesResultItem[];
}

Properties

last_seq: string
pending: number