++ aggiunta la prenotazione negli eventi. con la lista degli utenti.

This commit is contained in:
Surya Paolo
2023-04-17 00:11:45 +02:00
parent 6f1f962c0a
commit 3cf4562285
38 changed files with 2016 additions and 1278 deletions

View File

@@ -47,7 +47,9 @@ export interface IEvents {
export interface IBookedEvent {
_id?: any
userId: string
username: string
id_bookedevent?: any
tableType?: number
numpeople: number
numpeopleLunch?: number
numpeopleDinner?: number