Type alias User

User: {
    licensed: number;
    registrationTime: string;
    username: string;
}

User information.

Property

Username.

Property

Registration time.

Property

License state.

Type declaration

  • licensed: number
  • registrationTime: string
  • username: string

Generated using TypeDoc