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; }; //# sourceMappingURL=IECCWindowCheckInput.d.ts.map