interface Transport {
    indexes: IndexInformation[];
    total_rows: number;
}

Properties

Properties

indexes: IndexInformation[]
total_rows: number