import type { BenchmarkListEntry } from './BenchmarkListEntry'; /** * GET /v1/benchmarks/list response. */ export type BenchmarkListOut = { projects: Array; /** * Total project_types in catalog. */ total: number; }; //# sourceMappingURL=BenchmarkListOut.d.ts.map