screeps-api
    Preparing search index...

    Interface UserBranchesResponse

    GET /api/user/branches response

    interface UserBranchesResponse {
        list: {
            _id: string;
            activeSim: boolean;
            activeWorld: boolean;
            branch: string;
        }[];
        ok: 1;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    list: { _id: string; activeSim: boolean; activeWorld: boolean; branch: string }[]
    ok: 1

    An API success response always contains { ok: 1 }