export type PlumbingPipeInput = { /** * Sinks, toilets, showers, etc. */ fixtures_count: number; average_run_ft?: number; pipe_material?: 'pex' | 'copper' | 'pvc'; pipe_size_in?: '1/2' | '3/4' | '1'; }; //# sourceMappingURL=PlumbingPipeInput.d.ts.map