introduce the first backend communication datatype
Tento commit je obsažen v:
5
src/types/index.ts
Normální soubor
5
src/types/index.ts
Normální soubor
@@ -0,0 +1,5 @@
|
||||
export interface AirportOverview {
|
||||
icao: string;
|
||||
name: string;
|
||||
flightInformationRegion: string;
|
||||
};
|
||||
Odkázat v novém úkolu
Zablokovat Uživatele