PagingInfo: {
    cursor?: string;
    itemsPerPage?: number;
}

The information for paging through a list of items.

Type declaration

  • Optional cursor?: string
  • Optional itemsPerPage?: number