introduce the first backend communication datatype

此提交包含在:
Sven Czarnian
2022-11-03 23:37:43 +01:00
父節點 34e19a5693
當前提交 4bb0a44b7e

5
src/types/index.ts 一般檔案
查看文件

@@ -0,0 +1,5 @@
export interface AirportOverview {
icao: string;
name: string;
flightInformationRegion: string;
};