/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type IECCWindowCheckInput = { /** * Listed U-factor from NFRC label */ window_u_factor: number; /** * Solar Heat Gain Coefficient */ window_shgc: number; climate_zone: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8; };