Interface: ListActionReviewsResponse
@kortexya/reasoninglayer / ActionReviews / ListActionReviewsResponse
Interface: ListActionReviewsResponse
Defined in: src/types/action-reviews.ts:155
Response listing pending action reviews.
Properties
hasMore
hasMore:
boolean
Defined in: src/types/action-reviews.ts:157
Whether there are more pages.
items
items:
PendingActionReviewDto[]
Defined in: src/types/action-reviews.ts:159
List of actions pending review.
page
page:
number
Defined in: src/types/action-reviews.ts:161
Current page.
pageSize
pageSize:
number
Defined in: src/types/action-reviews.ts:163
Page size.
total
total:
number
Defined in: src/types/action-reviews.ts:165
Total count (for pagination).