screeps-api
    Preparing search index...

    Interface UserNameResponse

    GET /api/user/name response

    interface UserNameResponse {
        ok: 1;
        username: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    ok: 1

    An API success response always contains { ok: 1 }

    username: string