UNPKG

@vaimee/my3sec-contracts

Version:

A set of contracts that implements the My3Sec protocol

10 lines (9 loc) 345 B
import type * as common from "./common"; export type { common }; import type * as governance from "./governance"; export type { governance }; import type * as organizations from "./organizations"; export type { organizations }; import type * as profiles from "./profiles"; export type { profiles }; export type { My3SecHub } from "./My3SecHub";