bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Interface iGetPointsActivitySuccessResponse<T>

    interface iGetPointsActivitySuccessResponse<T extends NumberType> {
        docs: iPointsActivityDoc<T>[];
        pagination: { bookmark: string; hasMore: boolean };
    }

    Type Parameters

    Implemented by

    Index

    Properties

    Properties

    pagination: { bookmark: string; hasMore: boolean }