screeps-api
    Preparing search index...

    Interface UserMemoryGetResponse

    GET /api/user/memory response

    interface UserMemoryGetResponse {
        data?: unknown;
        ok: 1;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    data?: unknown

    Undefined if the specified memory path does not exist

    ok: 1

    An API success response always contains { ok: 1 }