screeps-api
    Preparing search index...

    Interface ScreepsOfficialAuthModResponse

    Fake GET /api/authmod response returned by official servers

    interface ScreepsOfficialAuthModResponse {
        name: "official";
        ok: 1;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    name: "official"
    ok: 1

    An API success response always contains { ok: 1 }