export type WalletType = 'goldCoin' | 'diamond' | 'bean' export const walletTypeMap: Record<WalletType, string> = { goldCoin: 'wallet.type.goldCoin', diamond: 'wallet.type.diamond', bean: 'wallet.type.bean', }