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

# MaxConcurrentAssignmentsOptions

Options for [maxConcurrentAssignments](./maxConcurrentAssignments).

Omit `startTime`/`endTime` to cap concurrent assignments across the full day.
Provide both together to limit concurrency only within a specific time window.

## Properties

<ResponseField name="endTime" type="endTime?: TimeOfDay">
  Optional end of the capped time window.
</ResponseField>

<ResponseField name="startTime" type="startTime?: TimeOfDay">
  Optional start of the capped time window.
</ResponseField>
