Type Alias: JobCreateRequest
type JobCreateRequest = Omit<z.infer<typeof JobCreateRequestSchema>, "job_type"> & {
job_type: string;
};
Defined in: src/models/red-team.ts:373
Request input keeps string-valued CLI options source-compatible; the schema validates JobType at submission.
Type Declaration
job_type
job_type: string;