UNPKG

all-airports

Version:

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

11 lines (10 loc) 218 B
export interface RunwayOurairportsSourceObject { id: number; refId: number; ident: string; length: number; width: number; surfMat: string; lighted: boolean; closed: boolean; }