Skip to main content
type DaysOfWeekPerPeriodOptions = object &
  | {
  months?: never;
  weeks: number;
}
  | {
  months: number;
  weeks?: never;
};
Options for maxDaysOfWeekPerPeriod and minDaysOfWeekPerPeriod. Exactly one of weeks or months must be provided to define the repeating period. Week periods align to weekStartsOn. Month periods align to calendar month boundaries.

Type Declaration

NameTypeDescription
| appliesTo? | string | string[] | Scope to role, skill, or member ID. |
| priority? | Priority | Default MANDATORY. |