export interface IPinCar {
    coordinates: number[];
    createdDateAt: string;
}
