UNPKG

@vaimee/my3sec-contracts

Version:

A set of contracts that implements the My3Sec protocol

9 lines (8 loc) 266 B
import type * as access from "./access"; export type { access }; import type * as governance from "./governance"; export type { governance }; import type * as token from "./token"; export type { token }; import type * as utils from "./utils"; export type { utils };