4 lines
180 B
TypeScript
Vendored
4 lines
180 B
TypeScript
Vendored
export type { Proxy } from "./Proxy";
|
|
export type { TransparentUpgradeableProxy } from "./TransparentUpgradeableProxy";
|
|
export type { UpgradeableProxy } from "./UpgradeableProxy";
|