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

    Interface PaginationInfo

    Type for pagination information.

    interface PaginationInfo {
        bookmark: string;
        hasMore: boolean;
    }
    Index

    Properties

    Properties

    bookmark: string

    The bookmark for the next page of results. Obtained from previous response.

    hasMore: boolean

    Whether there are more results to fetch.