Interface UserNg

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

Hierarchy

  • UserNg

Properties

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

Generated using TypeDoc