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; }; //# sourceMappingURL=JoistCountInput.d.ts.map