import type { WalletConnectorType } from './WalletConnectorType'; export type WalletDetails = { name?: string | null; walletConnectorType: WalletConnectorType; };