interface UpdateProfileDTO { name?: string; descr?: string; profile?: object; } export default UpdateProfileDTO;