Interface: BulkApproveActionsRequest
@kortexya/reasoninglayer / ActionReviews / BulkApproveActionsRequest
Interface: BulkApproveActionsRequest
Defined in: src/types/action-reviews.ts:59
Request to bulk approve actions.
Properties
notes?
optionalnotes:string|null
Defined in: src/types/action-reviews.ts:63
Optional notes for all approvals.
reviewedBy
reviewedBy:
string
Defined in: src/types/action-reviews.ts:65
User performing the bulk action.
reviewIds
reviewIds:
string[]
Defined in: src/types/action-reviews.ts:61
Review IDs to approve.