> ## 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.

# minHoursPerWeek

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

Requires each targeted member to receive at least this many assigned hours per scheduling week.

## Parameters

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

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

## Returns

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