tornado-contracts/dist/@openzeppelin/contracts-v3/proxy/index.d.ts

4 lines
180 B
TypeScript
Raw Permalink Normal View History

export type { Proxy } from "./Proxy";
export type { TransparentUpgradeableProxy } from "./TransparentUpgradeableProxy";
export type { UpgradeableProxy } from "./UpgradeableProxy";