introduce the first backend communication datatype
此提交包含在:
5
src/types/index.ts
一般檔案
5
src/types/index.ts
一般檔案
@@ -0,0 +1,5 @@
|
||||
export interface AirportOverview {
|
||||
icao: string;
|
||||
name: string;
|
||||
flightInformationRegion: string;
|
||||
};
|
||||
新增問題並參考
封鎖使用者