/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Category definition for categorical score configs. */ export type ScoreConfigCategory = { value: number; label: string; };