++ aggiunta la prenotazione negli eventi. con la lista degli utenti.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user