import type { WalletDetails } from './WalletDetails'; export type UpdateUserWalletWithIdRequest = (WalletDetails & { id: string; });