Your IP : 216.73.217.13


Current Path : /home/deltalab/PMS/logistic-backend/dist/models/shared/
Upload File :
Current File : //home/deltalab/PMS/logistic-backend/dist/models/shared/coordinates.schema.d.ts

import { Document } from 'mongoose';
export declare class Coordinates extends Document {
    latitude: number;
    longitude: number;
}