introduce the first backend communication datatype
Bu işleme şunda yer alıyor:
5
src/types/index.ts
Normal dosya
5
src/types/index.ts
Normal dosya
@@ -0,0 +1,5 @@
|
||||
export interface AirportOverview {
|
||||
icao: string;
|
||||
name: string;
|
||||
flightInformationRegion: string;
|
||||
};
|
||||
Yeni konuda referans
Bir kullanıcı engelle