Variable: JobAbortResponseSchema
const JobAbortResponseSchema: ZodObject<{
job_id: ZodString;
message: ZodString;
}, "passthrough", ZodTypeAny, objectOutputType<{
job_id: ZodString;
message: ZodString;
}, ZodTypeAny, "passthrough">, objectInputType<{
job_id: ZodString;
message: ZodString;
}, ZodTypeAny, "passthrough">>;
Defined in: src/models/red-team.ts:395