/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * 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; };