@@ -0,0 +1,5 @@
+export interface AirportOverview {
+ icao: string;
+ name: string;
+ flightInformationRegion: string;
+};