import type * as Merge from "../../../index"; /** * The position's type of employment. * * * `FULL_TIME` - FULL_TIME * * `PART_TIME` - PART_TIME * * `INTERN` - INTERN * * `CONTRACTOR` - CONTRACTOR * * `FREELANCE` - FREELANCE */ export type EmploymentEmploymentType = Merge.hris.EmploymentTypeEnum | string;