export type BlocksForWallInput = { wall_length_ft: number; wall_height_ft: number; /** * Standard CMU = 16 inches */ block_length_in?: number; /** * Standard CMU = 8 inches */ block_height_in?: number; waste_factor?: number; }; //# sourceMappingURL=BlocksForWallInput.d.ts.map