Explorar o código

introduce the first backend communication datatype

Sven Czarnian %!s(int64=2) %!d(string=hai) anos
pai
achega
4bb0a44b7e
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      src/types/index.ts

+ 5 - 0
src/types/index.ts

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