introduce the first backend communication datatype
Este cometimento está contido em:
5
src/types/index.ts
Ficheiro normal
5
src/types/index.ts
Ficheiro normal
@@ -0,0 +1,5 @@
|
||||
export interface AirportOverview {
|
||||
icao: string;
|
||||
name: string;
|
||||
flightInformationRegion: string;
|
||||
};
|
||||
Criar uma nova questão referindo esta
Bloquear um utilizador