- Finished Booking an Event
- Starting UsersList (creating CGridTableRec component to view and edit a db table)
This commit is contained in:
@@ -24,7 +24,7 @@ export interface IEvents {
|
||||
|
||||
export interface IBookedEvent {
|
||||
_id?: any
|
||||
userId: any
|
||||
userId: string
|
||||
id_bookedevent?: any
|
||||
numpeople: number
|
||||
infoevent: string
|
||||
|
||||
Reference in New Issue
Block a user