- 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
|
||||
|
||||
@@ -35,7 +35,7 @@ export interface IUserState {
|
||||
}
|
||||
|
||||
export interface IUserList {
|
||||
userId: string
|
||||
_id: string
|
||||
username: string
|
||||
name?: string
|
||||
surname?: string
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
import { IBookingState } from '@src/model/BookingStore'
|
||||
|
||||
export * from './UserStore'
|
||||
export * from './GlobalStore'
|
||||
export * from './signin-option'
|
||||
@@ -13,4 +11,3 @@ export * from './Projects'
|
||||
|
||||
export * from './Calendar'
|
||||
export * from './Estimate'
|
||||
export * from './BookingStore'
|
||||
|
||||
Reference in New Issue
Block a user