/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type RiseRunResult = { riser_count: number; tread_count: number; each_rise_in: number; each_tread_in: number; total_run_in: number; total_run_ft: number; code_compliant: boolean; code_reference: string; notes: string; };