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

# dailyOvertimeMultiplier

```ts theme={null}
function dailyOvertimeMultiplier(opts): RuleEntry<"overtime-daily-multiplier", object & CostRuleOptions>;
```

Applies a multiplier to hours beyond a daily threshold.

## Parameters

<ResponseField name="opts" required>
  `object` & [`CostRuleOptions`](./CostRuleOptions)
</ResponseField>

## Returns

`RuleEntry`\<`"overtime-daily-multiplier"`, `object` & [`CostRuleOptions`](./CostRuleOptions)>

Only the extra portion above 1x is added (the base cost is already
counted by [minimizeCost](minimizeCost)).
