export type PlateCountInput = { wall_length_ft: number; /** * 2 (top single+bottom) or 3 (double top+bottom) */ plates_per_wall?: number; stock_length_ft?: number; }; //# sourceMappingURL=PlateCountInput.d.ts.map