/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type RiseRunInput = { /** * Floor-to-floor vertical distance */ total_rise_in: number; /** * Tread depth (≥10in per IRC) */ preferred_tread_in?: number; /** * Edition for the returned code_reference. IRC 2024 renumbered stairways from R311.7.x to R318.7.x; numeric rules unchanged. */ irc_edition?: '2021' | '2024'; };