/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type WindowWallRatioInput = { total_window_area_sqft: number; total_wall_area_sqft: number; };