Interface ProfileServiceResult

The eesult of the profile service

interface ProfileServiceResult {
    profile: ProfileElement[];
}

Properties

Properties

profile: ProfileElement[]