dev
This commit is contained in:
7
packages/database/prisma/json/MissionXplaneObjects.ts
Normal file
7
packages/database/prisma/json/MissionXplaneObjects.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export interface XplaneObject {
|
||||
objectName: string;
|
||||
lat: number;
|
||||
lon: number;
|
||||
heading: number;
|
||||
alt: number;
|
||||
}
|
||||
@@ -3,3 +3,4 @@ export * from "./MissionVehicleLog";
|
||||
export * from "./User";
|
||||
export * from "./OSMway";
|
||||
export * from "./SocketEvents";
|
||||
export * from "./MissionXplaneObjects";
|
||||
|
||||
Reference in New Issue
Block a user