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