tornado-contracts/dist/contracts/Governance/Aggregator/index.d.ts

5 lines
224 B
TypeScript
Raw Normal View History

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