Interface User

Hierarchy

  • User

Properties

country?: string
id: number
professional?: boolean
ranking?: number
ratings?: {
    [speedsize: string]: Glicko2;
}

Type declaration

ui_class?: string
username: string

Generated using TypeDoc