/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { BenchmarkListEntry } from './BenchmarkListEntry'; /** * GET /v1/benchmarks/list response. */ export type BenchmarkListOut = { projects: Array; /** * Total project_types in catalog. */ total: number; };