/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type PaintExteriorInput = { wall_area_sqft: number; coats?: number; siding_type?: 'smooth' | 'rough' | 'stucco'; waste_factor?: number; };