import type { WalletDetails } from './WalletDetails'; export type UpdateUserWalletRequest = WalletDetails;