tornado-contracts/dist/contracts/Governance/Aggregator/index.d.ts
2024-04-20 13:48:27 +00:00

5 lines
224 B
TypeScript

import type * as relayerAggregatorSol from "./RelayerAggregator.sol";
export type { relayerAggregatorSol };
export type { Aggregator } from "./Aggregator";
export type { GovernanceAggregator } from "./GovernanceAggregator";