Interface: BulkApproveRequest
@kortexya/reasoninglayer / Reviews / BulkApproveRequest
Interface: BulkApproveRequest
Defined in: src/types/reviews.ts:118
Request to bulk approve multiple reviews.
Properties
reviewedBy
reviewedBy:
string
Defined in: src/types/reviews.ts:122
User performing the bulk action (UUID).
reviewIds
reviewIds:
string[]
Defined in: src/types/reviews.ts:120
Review IDs to approve.