tornado-contracts/dist/contracts/Governance/v1/Mocks/index.d.ts
tornadocontrib 6741664a89
Revert "Remove build files from repository"
This reverts commit 0273e49b747e89d0c4c49dde458df6875f1df0c0.
2024-09-19 14:34:51 +00:00

9 lines
418 B
TypeScript
Vendored

import type * as dummySol from "./Dummy.sol";
export type { dummySol };
import type * as proposalStateChangeGovernanceSol from "./ProposalStateChangeGovernance.sol";
export type { proposalStateChangeGovernanceSol };
import type * as proposalUpgradeSol from "./ProposalUpgrade.sol";
export type { proposalUpgradeSol };
export type { MockGovernance } from "./MockGovernance";
export type { Proposal } from "./Proposal";