import type * as Merge from "../../../index"; /** * The job's type. * * * `POSTING` - POSTING * * `REQUISITION` - REQUISITION * * `PROFILE` - PROFILE */ export type JobType = Merge.ats.JobTypeEnum | string;