@coti-io/coti-contracts
Version:
A library for smart contract development on the COTI network.
14 lines (13 loc) • 409 B
text/typescript
/* Autogenerated file. Do not edit manually. */
/* tslint:disable */
/* eslint-disable */
import type * as access from "./access";
export type { access };
import type * as mocks from "./mocks";
export type { mocks };
import type * as onboard from "./onboard";
export type { onboard };
import type * as token from "./token";
export type { token };
import type * as utils from "./utils";
export type { utils };