import type * as Merge from "../../../index"; /** * The policy type of this time off balance. * * * `VACATION` - VACATION * * `SICK` - SICK * * `PERSONAL` - PERSONAL * * `JURY_DUTY` - JURY_DUTY * * `VOLUNTEER` - VOLUNTEER * * `BEREAVEMENT` - BEREAVEMENT */ export type TimeOffBalancePolicyType = Merge.hris.PolicyTypeEnum | string;