- Finish to fix IOperators
- Fixit Date not change correctly
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { IOperators } from '@src/model/GlobalStore'
|
||||
|
||||
export interface IEvents {
|
||||
_id?: any
|
||||
@@ -41,18 +42,6 @@ export interface IBookedEvent {
|
||||
booked: boolean
|
||||
}
|
||||
|
||||
export interface IOperators {
|
||||
username: string
|
||||
cell: string
|
||||
webpage?: string
|
||||
img: string
|
||||
skype?: string
|
||||
days_working?: string
|
||||
facebook?: string
|
||||
disciplines?: string
|
||||
offers?: string
|
||||
}
|
||||
|
||||
export interface IWheres {
|
||||
code: string
|
||||
placename: string
|
||||
@@ -75,7 +64,6 @@ export interface IBookedEventPage {
|
||||
state: EState
|
||||
}
|
||||
|
||||
|
||||
export interface ICalendarState {
|
||||
editable: boolean
|
||||
eventlist: IEvents[]
|
||||
|
||||
Reference in New Issue
Block a user