interface Transport {
    rows: ViewResultRow[];
    total_rows?: number;
    update_seq?: string;
}

Properties

total_rows?: number
update_seq?: string