API ReferenceClient SDK ReferenceInterfacesPaginationStateOn this pageInterface: PaginationState<ReturnType>The state of a pagination.Type parametersNameReturnTypePropertiesdata• data: ReturnType[]The page data.hasNext• hasNext: booleanWhether there is a next page.hasPrev• hasPrev: booleanWhether there is a previous page.