introduce the first backend communication datatype
Este commit está contenido en:
5
src/types/index.ts
Archivo normal
5
src/types/index.ts
Archivo normal
@@ -0,0 +1,5 @@
|
||||
export interface AirportOverview {
|
||||
icao: string;
|
||||
name: string;
|
||||
flightInformationRegion: string;
|
||||
};
|
||||
Referencia en una nueva incidencia
Block a user