import type { WalletDetails } from './WalletDetails'; import type { WalletVerification } from './WalletVerification'; export type AddUserWalletRequest = (WalletDetails & { address: string; verification: WalletVerification; });