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

10 lines
340 B
TypeScript
Vendored

import type * as ensSol from "./ENS.sol";
export type { ensSol };
import type * as mocks from "./mocks";
export type { mocks };
export type { Airdrop } from "./Airdrop";
export type { ERC20Permit } from "./ERC20Permit";
export type { TORN } from "./TORN";
export type { Vesting } from "./Vesting";
export type { Voucher } from "./Voucher";