/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type GutterSizingInput = { /** * Horizontal projection of roof area drained */ roof_drainage_area_sqft: number; /** * 100-yr 5-min rainfall (default 5 East/Central US) */ rainfall_intensity_in_hr?: number; /** * Pitch multiplier for inclined-area adjustment */ roof_pitch_in_12?: number; };