UNPKG

@qite/tide-client

Version:
7 lines (6 loc) 103 B
export interface AirportItem { id: number; name: string; iata: string; locationName: string; }