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