introduce the first backend communication datatype
Šī revīzija ir iekļauta:
5
src/types/index.ts
Parasts fails
5
src/types/index.ts
Parasts fails
@@ -0,0 +1,5 @@
|
||||
export interface AirportOverview {
|
||||
icao: string;
|
||||
name: string;
|
||||
flightInformationRegion: string;
|
||||
};
|
||||
Atsaukties uz šo jaunā problēmā
Block a user