@resistdesign/voltra
    Preparing search index...

    Type Alias StandardExpandedPagingCursor

    The data used to page a specific set of search results that uses full paging.

    SupportedTags.fullPaging

    type StandardExpandedPagingCursor = {
        currentPage?: number;
        totalPages?: number;
    }
    Index

    Properties

    currentPage?: number

    Current page number.

    totalPages?: number

    Total number of pages available.