Type alias TripInfoWithId

TripInfoWithId: ITripPassages & {
    tripId: string;
}

Generated using TypeDoc