import type * as Merge from "../../../index"; /** * The user organizing the interview. */ export type ScheduledInterviewRequestOrganizer = string | Merge.ats.RemoteUser;