tornado-contracts/dist/contracts/Classic/Mocks/index.d.ts

7 lines
294 B
TypeScript
Raw Normal View History

import type * as iusdtSol from "./IUSDT.sol";
export type { iusdtSol };
export type { BadRecipient } from "./BadRecipient";
export type { ERC20Mock } from "./ERC20Mock";
export type { IDeployer } from "./IDeployer";
export type { MerkleTreeWithHistoryMock } from "./MerkleTreeWithHistoryMock";