tornado-contracts/dist/contracts/Governance/v1/index.d.ts

7 lines
248 B
TypeScript
Raw Normal View History

2024-04-20 16:48:27 +03:00
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";