sig
  type t = {
    description : Sarif.Message.t;
    threadFlows : Sarif.ThreadFlow.t list;
    properties : Sarif.Properties.t;
  }
  val to_yojson : Sarif.CodeFlow.t -> Yojson.Safe.t
  val of_yojson :
    Yojson.Safe.t -> Sarif.CodeFlow.t Ppx_deriving_yojson_runtime.error_or
end