/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Raw cost_labor_qcew row for the auditability escape hatch. */ export type RawQCEWOut = { naics_code: string; naics_title: string; trade: (string | null); area_fips: string; area_type: string; area_name: string; state_code: string; period: string; avg_weekly_wage_cents: number; avg_employment: (number | null); establishment_count: (number | null); own_code: string; source_url: string; /** * ISO 8601 UTC timestamp */ fetched_at: string; };