screeps-simple-api
    Preparing search index...

    Interface IRankList

    排名列表

    interface IRankList {
        error?: string;
        list: IRank[];
        ok?: number;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    error?: string
    list: IRank[]
    ok?: number