travomate / travomate-backend

this is the TravoMate App backend part
0 stars 0 forks source link

Trip #11

Open nindaba opened 5 months ago

nindaba commented 5 months ago

Trip

{
  "uid": "string",
  "price": "number",
  "userId": "string",
  "createdAt": "date",
  "updatedAt": "date",
  "from": {
    "country": "string",
    "city": "string"
  },
  "to": {
    "country": "string",
    "city": "string"
  },
  "departureDate": "date",
  "ArrivalDate": "date"
}