/** * One row of raw cost_materials_ppi for the escape-hatch endpoint. */ export type RawPPISeriesPoint = { series_id: string; period: string; index_value: number; base_period: string; source_url: string; /** * ISO 8601 UTC timestamp */ fetched_at: string; }; //# sourceMappingURL=RawPPISeriesPoint.d.ts.map