import type * as Merge from "../../../index"; /** * The candidate applying. */ export type ApplicationCandidate = string | Merge.ats.Candidate;