BloctoWalletConfigOptions
type BloctoWalletConfigOptions = {  appId?: string;  recommended?: boolean;};
To get advanced features and support from Blocto, you can create an appId from blocto dashboard
type appId = string;
 If true, the wallet will be tagged as "recommended" in ConnectWallet  Modal
type recommended = boolean;