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