const RescheduleJobInputDtoSchema: ZodObject<{ body: ZodObject<{ nextRunAt: ZodISODateTime; }, $strict>; headers: ZodOptional<ZodObject<{ }, $loose>>; params: ZodObject<{ id: ZodString; }, $strict>; query: ZodOptional<ZodObject<{ }, $strict>>; }, $strict>;
Defined in: schemas/actions.ts:65
Detailed oRPC input shape for the reschedule route.