introduce the first backend communication datatype

Tento commit je obsažen v:
Sven Czarnian
2022-11-03 23:37:43 +01:00
rodič 34e19a5693
revize 4bb0a44b7e

5
src/types/index.ts Normální soubor
Zobrazit soubor

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