/** * Manually link an accepted candidate to an existing account; provide * one of user_id or email. */ export type PlatformApplicationCandidateLink = { user_id?: number; email?: string; };