/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type JoistCountInput = { /** * Floor span perpendicular to joists */ span_ft: number; /** * Length parallel to joists */ floor_length_ft: number; joist_spacing_in?: number; waste_factor?: number; };