screeps-api
    Preparing search index...

    Interface UserMoneyHistoryResponse

    GET /api/user/money-history response

    interface UserMoneyHistoryResponse {
        hasMore: boolean;
        list: UserMoneyHistoryTransaction[];
        ok: 1;
        page: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    hasMore: boolean

    True if additional pages can be fetched

    ok: 1

    An API success response always contains { ok: 1 }

    page: number