Skip to main content

@idpass/data-collect-core / BulkApproveResult

Interface: BulkApproveResult

Defined in: services/ReviewService.ts:96

Result of a bulk approval operation.

Properties

approved

approved: number

Defined in: services/ReviewService.ts:98

Number of successfully approved reviews


failed

failed: number

Defined in: services/ReviewService.ts:100

Number of reviews that failed to approve


errors

errors: object[]

Defined in: services/ReviewService.ts:102

Details about each failure

reviewId

reviewId: string

error

error: string