screeps-api
    Preparing search index...

    Interface ScreepsDbUpsertResponse

    Generic HTTP API response to a request to "upsert" (create or update) database records

    interface ScreepsDbUpsertResponse {
        ok: 1;
        result: ScreepsDbUpsertResult;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    ok: 1

    An API success response always contains { ok: 1 }