/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { MaterialsHistoryPoint } from './MaterialsHistoryPoint'; /** * Materials PPI for one category, latest period + 12-month history. */ export type MaterialsOut = { category: string; period: string; /** * PPI index value (avg if multi-series) */ index_value: number; base_period: string; source: string; /** * Comma-separated list of contributing BLS series IDs */ source_series_id: string; source_url: string; history: Array; note: string; };