Codicon-Yummy / backend

0 stars 0 forks source link

Modelos #1

Open ehiber opened 1 year ago

ehiber commented 1 year ago

Estructura de los modelos en el backend

ehiber commented 1 year ago
Ticket: {
     intialContext: string
     chat: {
          sender:string,
          content:string
     }[]
    status: pending | open | done
}