import type * as Merge from "../../../index"; /** * The measurement that the third-party integration uses to count time requested. * * * `HOURS` - HOURS * * `DAYS` - DAYS */ export type TimeOffRequestUnits = Merge.hris.UnitsEnum | string;