SafeWalletConfigOptions

type SafeWalletConfigOptions = {
personalWallets?: Array<WalletConfig<any>>;
recommended?: boolean;
};