screeps-simple-api
    Preparing search index...

    Interface ISeasons

    seasons数据

    interface ISeasons {
        error?: string;
        ok?: number;
        seasons: { _id: string; date: string; name: string }[];
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    error?: string
    ok?: number
    seasons: { _id: string; date: string; name: string }[]