import { IUserProfilePropertyDTO } from './IUserProfileProperty.dto'; export interface IUserProfileConfigDTO { properties: IUserProfilePropertyDTO[]; }