export type RebarQuantityResult = { total_linear_feet: number; /** * Bars running along width (perpendicular to length) */ vertical_bars: number; /** * Bars running along length */ horizontal_bars: number; /** * Pieces of stock_length_ft to purchase */ stock_pieces: number; /** * Approximate ties at grid intersections */ tie_wire_count: number; }; //# sourceMappingURL=RebarQuantityResult.d.ts.map