Interface UserNg

Represents a user. Look at UserRepository documentation to find the available ways to obtain objects adhering to this interface

Hierarchy

  • UserNg

Properties

alias: string
avatar: string
displayName: string
domain: string
email: string
id: string
note: string
online: boolean
phone: string
role: UserRole
username: string

Generated using TypeDoc