/** * 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; }; //# sourceMappingURL=BenchmarkSourceRow.d.ts.map