export type BoardFeetInput = { pieces: number; /** * Nominal thickness (1, 2, 4...) */ thickness_in: number; /** * Nominal width (4, 6, 8, 10, 12) */ width_in: number; length_ft: number; }; //# sourceMappingURL=BoardFeetInput.d.ts.map