UserInfo
User information.
export class UserInfo {
uid?: number;
userAccount?: string;
}
Properties
- uid
- User ID.
- userAccount
- User account. Length is limited by MaxUserAccountLengthType.
User information.
export class UserInfo {
uid?: number;
userAccount?: string;
}