4 lines
160 B
TypeScript
4 lines
160 B
TypeScript
|
export type { IProxy } from "./IProxy";
|
||
|
export type { NewImplementation } from "./NewImplementation";
|
||
|
export type { ProposalUpgrade } from "./ProposalUpgrade";
|