interface Transport {
    ids: string[];
    start: number;
}

Properties

Properties

ids: string[]
start: number

Generated using TypeDoc