/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type IECCWindowCheckResult = { u_factor_pass: boolean; shgc_pass: boolean; max_u_factor_allowed: number; max_shgc_allowed: number; code_reference?: string; notes: string; };