import { DaffReviewsCollectionChangeCurrentPage } from '@daffodil/reviews/state'
An action for changing the current page of items for this collection.
class DaffReviewsCollectionChangeCurrentPage implements DaffCollectionChangeCurrentPage {
readonly type: DaffProductReviewsCollectionActionTypes.ChangeCurrentPageAction = DaffProductReviewsCollectionActionTypes.ChangeCurrentPageAction
currentPage: number
}