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

# EntityOnlyRuleOptions

Options for rules that support entity scoping only (no time scoping).

Used by rules whose semantics are inherently per-day or per-week
(e.g., [minHoursPerDay](./minHoursPerDay), [maxConsecutiveDays](./maxConsecutiveDays)) and cannot
be meaningfully restricted to a date range or day of week. Constraint and
preference rules document their own priority behavior.

## Properties

<ResponseField name="appliesTo" type="appliesTo?: string | string[]">
  Who this rule applies to (role name, skill name, or member ID).
</ResponseField>

<ResponseField name="priority" type="priority?: Priority">
  Defaults to `"MANDATORY"`.
</ResponseField>
