/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * One placement assignment: which candidate, which configured assessment. * The agent and subject come from the assessment, snapshotted onto the record. */ export type PlatformApplicationPlacementItem = { candidate_id: number; assessment_id: number; session_id?: string; note?: string; };