import { FlightSegment } from './FlightSegment'; export interface Flight { segments: FlightSegment[]; } //# sourceMappingURL=Flight.d.ts.map