/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { ScoreConfigCategory } from './ScoreConfigCategory'; export type ScoreConfig = { id: string; name: string; data_type: string | null; min_value?: number | null; max_value?: number | null; categories?: Array | null; description?: string | null; is_archived?: boolean; created_at: string; };