import type * as Merge from "../../../index"; /** * The job associated with the screening question. */ export type ScreeningQuestionJob = string | Merge.ats.Job;