/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Manually link an accepted candidate to an existing account; provide * one of user_id or email. */ export type PlatformApplicationCandidateLink = { user_id?: number; email?: string; };