import type { FlightSegment } from './FlightSegment' export interface Flight { segments: FlightSegment[] }