const BulkActionResultDtoSchema: ZodObject<{ count: ZodNumber; errors: ZodArray<ZodObject<{ error: ZodString; jobId: ZodString; }, $strict>>; }, $strict>;
Defined in: schemas/actions.ts:34
Result returned from bulk cancel, retry, and delete actions.