/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Raw cost_labor_oews row for the auditability escape hatch. */ export type RawOEWSOut = { soc_code: string; trade: string; msa_code: string; msa_name: string; period: string; median_hourly_cents: number; p25_hourly_cents: (number | null); p75_hourly_cents: (number | null); employment_count: (number | null); source_url: string; /** * ISO 8601 UTC timestamp */ fetched_at: string; };