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