some refactoring, fixed addEmployeeModal, played with scss
This commit is contained in:
10
src/types/schedule-data.d.ts
vendored
10
src/types/schedule-data.d.ts
vendored
@@ -4,9 +4,15 @@ type ScheduleData = [
|
||||
|
||||
type Employee = {
|
||||
id: number,
|
||||
name: string,
|
||||
handle: string
|
||||
first_name: string,
|
||||
last_name: string,
|
||||
email: string,
|
||||
phone: string,
|
||||
mobile: string,
|
||||
role: string,
|
||||
shorthand: string,
|
||||
contractHours?: number
|
||||
username?: string
|
||||
}
|
||||
|
||||
type ScheduleRow = {
|
||||
|
||||
Reference in New Issue
Block a user