export enum WalletSuggestionAction { 'create', 'connect', } export const WALLET_SUGGESTION_ALL_ACTIONS: WalletSuggestionAction[] = [ WalletSuggestionAction.create, WalletSuggestionAction.connect, ];