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