> ## Documentation Index
> Fetch the complete documentation index at: https://docs.erna.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# minDaysPerWeek

```ts theme={null}
function minDaysPerWeek(days, opts?): RuleEntry<"min-days-week", object & EntityOnlyRuleOptions>;
```

Requires each targeted member to work at least this many days per scheduling week.

## Parameters

<ResponseField name="days" type="number" required />

<ResponseField name="opts">
  [`EntityOnlyRuleOptions`](./EntityOnlyRuleOptions)
</ResponseField>

## Returns

`RuleEntry`\<`"min-days-week"`, `object` & [`EntityOnlyRuleOptions`](./EntityOnlyRuleOptions)>

Applies a lower bound to each member's assigned days in a scheduling week.
The bound can be scoped by role, skill, or member.
