Employees-Index: Create new User.
This commit is contained in:
13
src/types/schedule-data.d.ts
vendored
13
src/types/schedule-data.d.ts
vendored
@@ -2,19 +2,6 @@ type ScheduleData = [
|
||||
...ScheduleMonth[]
|
||||
]
|
||||
|
||||
type Employee = {
|
||||
id: number,
|
||||
first_name: string,
|
||||
last_name: string,
|
||||
email: string,
|
||||
phone: string,
|
||||
mobile: string,
|
||||
role: string,
|
||||
shorthand: string,
|
||||
contractHours?: number
|
||||
username?: string
|
||||
}
|
||||
|
||||
type ScheduleRow = {
|
||||
dates : (Date | null)[],
|
||||
employees : Employee[]
|
||||
|
||||
Reference in New Issue
Block a user