introduce the first backend communication datatype

Bu işleme şunda yer alıyor:
Sven Czarnian
2022-11-03 23:37:43 +01:00
ebeveyn 34e19a5693
işleme 4bb0a44b7e

5
src/types/index.ts Normal dosya
Dosyayı Görüntüle

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