/** * 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; };