Function: createMinRestBetweenShiftsRule()
Parameters
| Parameter | Type |
|---|---|
config | { employeeIds?: string[]; hours: number; priority: "LOW" | "MEDIUM" | "HIGH" | "MANDATORY"; roleIds?: string[]; skillIds?: string[]; } |
config.employeeIds? | string[] |
config.hours | number |
config.priority | "LOW" | "MEDIUM" | "HIGH" | "MANDATORY" |
config.roleIds? | string[] |
config.skillIds? | string[] |
Returns
CompilationRule