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

6 lines
292 B
TypeScript
Raw Permalink Normal View History

2024-10-22 11:37:10 +00:00
import type * as testnetOracleSol from "./TestnetOracle.sol";
export type { testnetOracleSol };
export type { TestnetAdminProxy } from "./TestnetAdminProxy";
export type { TestnetFeeManager } from "./TestnetFeeManager";
export type { TestnetGovernanceProxy } from "./TestnetGovernanceProxy";