/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type RoofingSquaresInput = { /** * Total roof surface (slope-adjusted) */ roof_area_sqft: number; /** * If provided, multiply by pitch factor */ pitch_rise_in_12?: (number | null); waste_factor?: number; };