type UninstallExtensionByProxyOptions = { chain: Chain; client: ThirdwebClient; contract: ThirdwebContract; extensionData?: `0x${string}`; extensionProxyAddress: string;};
type chain = Chain;
type client = ThirdwebClient;
type contract = ThirdwebContract;
type extensionData = `0x${string}`;
type extensionProxyAddress = string;