- ++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
|
||||
|
||||
@@ -200,3 +200,4 @@ export interface IFunctionality {
|
||||
SHOW_ONLY_POLICY?: boolean
|
||||
BOOKING_EVENTS?: boolean
|
||||
}
|
||||
|
||||
|
||||
@@ -31,4 +31,12 @@ export interface IUserState {
|
||||
x_auth_token?: string
|
||||
isLogged?: boolean
|
||||
isAdmin?: boolean
|
||||
usersList?: IUserList[]
|
||||
}
|
||||
|
||||
export interface IUserList {
|
||||
userId: string
|
||||
username: string
|
||||
name?: string
|
||||
surname?: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user