screeps-api
    Preparing search index...

    Interface GameGenUniqueNameResponse

    POST /api/game/gen-unique-flag-name and POST /api/game/gen-unique-object-name responses

    interface GameGenUniqueNameResponse {
        name: string;
        ok: 1;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    name: string
    ok: 1

    An API success response always contains { ok: 1 }