/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type StairMaterialInput = { riser_count: number; tread_count: number; stair_width_in: number; stringer_count: number; };