narou
    Preparing search index...

    Interface RankingHistoryRawResult

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

    Properties

    Properties

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