Function: createMinHoursWeekRule()
Parameters
| Parameter | Type |
|---|---|
config | { employeeIds?: string[]; hours: number; priority: "LOW" | "MEDIUM" | "HIGH" | "MANDATORY"; roleIds?: string[]; skillIds?: string[]; weekStartsOn?: | "monday" | "tuesday" | "wednesday" | "thursday" | "friday" | "saturday" | "sunday"; } |
config.employeeIds? | string[] |
config.hours | number |
config.priority | "LOW" | "MEDIUM" | "HIGH" | "MANDATORY" |
config.roleIds? | string[] |
config.skillIds? | string[] |
config.weekStartsOn? | | "monday" | "tuesday" | "wednesday" | "thursday" | "friday" | "saturday" | "sunday" |
Returns
CompilationRule