/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type MasonryRebarInput = { wall_length_ft: number; wall_height_ft: number; /** * Vertical rebar at 4ft o.c. typical */ vertical_spacing_ft?: number; /** * Every Nth course gets bond beam rebar */ horizontal_courses_with_rebar?: number; waste_factor?: number; };