import { UserProperties } from '../../entities'; export interface IUserDTO { id: string; balance: number; properties?: UserProperties; }