export type ReceptacleSpacingInput = { wall_length_ft: number; /** * Kitchen counter portion */ countertop_length_ft?: number; }; //# sourceMappingURL=ReceptacleSpacingInput.d.ts.map