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

7 lines
248 B
TypeScript
Raw Normal View History

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";