Skip to content

BulkActionErrorDtoSchema

const BulkActionErrorDtoSchema: ZodObject<{
  error: ZodString;
  jobId: ZodString;
}, $strict>;

Defined in: schemas/actions.ts:23

Per-job failure entry returned from bulk management actions.