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