type InAppWalletAutoConnectOptions = { chain?: Chain; client: ThirdwebClient;};
type chain = Chain;
type client = ThirdwebClient;