Interface RankingHistoryRawResult

interface RankingHistoryRawResult {
    pt: number;
    rank: number;
    rtype: `${string}-q` | `${string}-d` | `${string}-m` | `${string}-w`;
}

Properties

Properties

pt: number
rank: number
rtype: `${string}-q` | `${string}-d` | `${string}-m` | `${string}-w`

Generated using TypeDoc