/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Raw cost_permits_bps row for the auditability escape hatch. */ export type RawBPSOut = { jurisdiction_code: string; jurisdiction_type: string; jurisdiction_name: string; state_code: string; period: string; units_1unit: (number | null); units_2unit: (number | null); units_3to4unit: (number | null); units_5plusunit: (number | null); buildings_1unit: (number | null); buildings_2unit: (number | null); buildings_3to4unit: (number | null); buildings_5plusunit: (number | null); valuation_1unit_dollars: (number | null); valuation_2unit_dollars: (number | null); valuation_3to4unit_dollars: (number | null); valuation_5plusunit_dollars: (number | null); coverage_code: (string | null); source_url: string; /** * ISO 8601 UTC timestamp */ fetched_at: string; };