UserInfo

User information.

export class UserInfo {
  
  uid?: number;
  
  userAccount?: string;
}

Properties

uid
User ID.
userAccount
User account. Length limit: MaxUserAccountLengthType.