const JobDetailInputDtoSchema: ZodObject<{ body: ZodOptional<ZodUnknown>; headers: ZodOptional<ZodObject<{ }, $loose>>; params: ZodObject<{ id: ZodString; }, $strict>; query: ZodOptional<ZodObject<{ }, $strict>>; }, $strict>;
Defined in: schemas/job.ts:81
Detailed oRPC input shape for single-job routes.