export type WSFUTotalInput = { /** * Map of fixture_type to count */ fixtures: Record; flush_type?: 'flush_tank' | 'flushometer'; }; //# sourceMappingURL=WSFUTotalInput.d.ts.map