import { Position } from "../Position";


type VehiclePosition = {
    data: Position
};

export default VehiclePosition;
