export type LinearFeetForWallInput = { wall_length_ft: number; stud_spacing_in?: number; /** * Include top/bottom plates */ include_plates?: boolean; }; //# sourceMappingURL=LinearFeetForWallInput.d.ts.map