screeps-api
    Preparing search index...

    Interface ScreepsUnknownResponse

    Body of an HTTP API success response that has not been typed yet. Please consider submitting a PR to replace this with a defined type if you have a sample response body!

    interface ScreepsUnknownResponse {
        ok: 1;
        [propertyName: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [propertyName: string]: unknown
    Index

    Properties

    Properties

    ok: 1

    An API success response always contains { ok: 1 }