Values.JobDependencySourceAn object that represents an Batch job dependency.
type nonrec t = {jobId : String_.t option;The job ID of the Batch job that's associated with this dependency.
*)type_ : ArrayJobDependency.t option;The type of the job dependency.
*)}