Interface IJsonableHighestRank

A highest rank information that can be converted to JSON.

interface IJsonableHighestRank {
    rank: number;
    updatedAt: number;
}

Properties

Properties

rank: number

Highest rank of the user.

updatedAt: number

Timestamp of the date when this rank was achieved.