Values.PathMappingRuleSourceThe details of a source and destination path.
type nonrec t = {sourcePathFormat : PathFormat.t option;The source path format.
*)sourcePath : String_.t option;The source path.
*)destinationPath : String_.t option;The destination path.
*)}