7 lines
248 B
TypeScript
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";
|