Skip to main content
function overtimeMultiplier(opts): RuleEntry<"overtime-weekly-multiplier", object & CostRuleOptions>;
Applies a multiplier to hours beyond a weekly threshold.

Parameters

opts
required

Returns

RuleEntry<"overtime-weekly-multiplier", object & CostRuleOptions> Only the extra portion above 1x is added (the base cost is already counted by minimizeCost).