UninstallModuleByProxyOptions

type UninstallModuleByProxyOptions = {
chain: Chain;
client: ThirdwebClient;
contract: ThirdwebContract;
moduleData?: `0x${string}`;
moduleProxyAddress: string;
};