@resistdesign/voltra
    Preparing search index...

    Type Alias PagingInfo

    The information for paging through a list of items.

    type PagingInfo = {
        cursor?: string;
        itemsPerPage?: number;
    }
    Index

    Properties

    cursor?: string

    Cursor token for paging.

    itemsPerPage?: number

    Items per page to request.