/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { SourceEnum } from './SourceEnum'; /** * Create body for a placement assessment (platform configuration). */ export type PlacementAssessment = { name: string; source?: SourceEnum; agent_unique_id?: string; agent_label?: string; subject?: string; config?: any; enabled?: boolean; };