screeps-simple-api
    Preparing search index...

    Interface IRank

    排名数据

    interface IRank {
        _id: string;
        error?: string;
        ok?: number;
        rank: number;
        score: number;
        season: string;
        user: string;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index

    Properties

    _id: string
    error?: string
    ok?: number
    rank: number
    score: number
    season: string
    user: string