screeps-simple-api
    Preparing search index...

    Interface IScreepsResData

    screeps 通用接口

    interface IScreepsResData {
        error?: string;
        ok?: number;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    error?: string
    ok?: number