/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Read shape for a score (human annotation or LLM-judge result). */ export type Score = { id: string; name: string; value: number | null; string_value?: string | null; data_type?: string | null; comment?: string | null; trace_id?: string | null; observation_id?: string | null; dataset_run_id?: string | null; created_at: string; readonly username: string; readonly user_email: string; };