type PointDepartureAt = {
    departure_at: string,
};

export default PointDepartureAt;
