gotake-contracts
Version:
TypeChain generated types and ABIs for GoTake contracts
11 lines (10 loc) • 341 B
text/typescript
/* Autogenerated file. Do not edit manually. */
/* tslint:disable */
/* eslint-disable */
import type * as erc1967 from "./ERC1967";
export type { erc1967 };
import type * as beacon from "./beacon";
export type { beacon };
import type * as transparent from "./transparent";
export type { transparent };
export type { Proxy } from "./Proxy";