tornado-contracts/dist/contracts/Governance/v1/index.d.ts
2024-04-20 13:48:27 +00:00

7 lines
248 B
TypeScript

import type * as mocks from "./Mocks";
export type { mocks };
export type { Configuration } from "./Configuration";
export type { Core } from "./Core";
export type { Delegation } from "./Delegation";
export type { Governance } from "./Governance";