move generic models and DTOs to the root folder and split waypoint and coordinate
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { Prop, Schema, SchemaFactory } from '@nestjs/mongoose';
|
||||
import { Document } from 'mongoose';
|
||||
import { Constraint, ConstraintSchema } from './constraint.model';
|
||||
import { Waypoint, WaypointSchema } from './waypoint.model';
|
||||
import { Waypoint, WaypointSchema } from '../../models/waypoint.model';
|
||||
|
||||
export type ArrivalRouteDocument = ArrivalRoute & Document;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user