screeps-api
    Preparing search index...

    Interface UserMessagesUnreadCountResponse

    GET /api/user/messages/unread-count response

    interface UserMessagesUnreadCountResponse {
        count: number;
        ok: 1;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    count: number
    ok: 1

    An API success response always contains { ok: 1 }