- ++Booking List
- ++Delete a Booking also for the Admin.
This commit is contained in:
@@ -23,6 +23,8 @@ export interface IEvents {
|
||||
}
|
||||
|
||||
export interface IBookedEvent {
|
||||
_id?: any
|
||||
userId: any
|
||||
id_bookedevent?: any
|
||||
numpeople: number
|
||||
infoevent: string
|
||||
|
||||
Reference in New Issue
Block a user