UNPKG

all-airports

Version:

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

15 lines (14 loc) 335 B
export interface AirportDatahubSourceObject { continent: string; coordinates: string; elevation_ft: string; gps_code: string; iata_code: string; ident: string; iso_country: string; iso_region: string; local_code: string; municipality: string; name: string; type: string; }