1
0

introduce the first backend communication datatype

Este cometimento está contido em:
Sven Czarnian
2022-11-03 23:37:43 +01:00
ascendente 34e19a5693
cometimento 4bb0a44b7e

5
src/types/index.ts Ficheiro normal
Ver ficheiro

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