UNPKG

all-airports

Version:

Serves as an independent data scraping module, complete with ontology and full scraping ability for the airports of the world

12 lines (11 loc) 223 B
export interface AirportNpmSourceObject { iata: string; lon?: string; iso: string; status: number; name: string; continent: string; type: string; lat?: string; size: string; }