/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * One source citation row attached to a benchmark. */ export type BenchmarkSourceRow = { source_type: string; source_url: string; source_name: string; source_period: string; fetched_at: string; };