UninstallExtensionOptions

type UninstallExtensionOptions = {
account: Account;
contract: ThirdwebContract;
extensionName: string;
};