/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type StringerCountInput = { /** * Min 36in per IRC R311.7.1 */ stair_width_in: number; total_rise_in: number; total_run_in: number; /** * 2x stringer = 1.5in */ stringer_thickness_in?: number; };