import type { WalletConnectorType } from './WalletConnectorType'; export type UserWalletResponse = { id: string; address: string; walletConnectorType: WalletConnectorType; name?: string | null; displayOrder: number; };