export interface IResumeCoordsCoordinates {
    createdAt: Date;
    customerId: string;
    engineType: string;
    lat: number;
    lng: number;
}
