@vaimee/my3sec-contracts
Version:
A set of contracts that implements the My3Sec protocol
8 lines (7 loc) • 293 B
TypeScript
import type * as extensions from "./extensions";
export type { extensions };
import type * as utils from "./utils";
export type { utils };
export type { Governor } from "./Governor";
export type { IGovernor } from "./IGovernor";
export type { TimelockController } from "./TimelockController";