introduce the first backend communication datatype
This commit is contained in:
5
src/types/index.ts
Normal file
5
src/types/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export interface AirportOverview {
|
||||
icao: string;
|
||||
name: string;
|
||||
flightInformationRegion: string;
|
||||
};
|
||||
Reference in New Issue
Block a user