UNPKG

@qite/tide-client

Version:
7 lines (6 loc) 133 B
export interface SelectedFlight { flightCode: string; flightNumbers: string[]; startDateTime: string; endDateTime: string; }