/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type BTUHeatingInput = { area_sqft: number; /** * DOE climate zones 1-8 */ climate_zone?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8; insulation_quality?: 'poor' | 'average' | 'good' | 'excellent'; ceiling_height_ft?: number; };