import type * as Merge from "../../../index"; /** * The application being interviewed. */ export type ScheduledInterviewApplication = string | Merge.ats.Application;