import type * as Merge from "../../../index"; /** * The employment status of the employee. * * * `ACTIVE` - ACTIVE * * `PENDING` - PENDING * * `INACTIVE` - INACTIVE */ export type EmployeeRequestEmploymentStatus = Merge.hris.EmploymentStatusEnum | string;