tornado-contracts/dist/contracts/Governance/v4-exploit-patch/index.d.ts

8 lines
349 B
TypeScript
Raw Normal View History

import type * as metamorphic from "./metamorphic";
export type { metamorphic };
import type * as mock from "./mock";
export type { mock };
export type { AdminUpgradeableProxy } from "./AdminUpgradeableProxy";
export type { GovernanceExploitPatchUpgrade } from "./GovernanceExploitPatchUpgrade";
export type { PatchProposal } from "./PatchProposal";