Module SarifType.Message

type t = {
  1. text : string;
}
val to_yojson : t -> Yojson.Safe.t
val _ : t -> Yojson.Safe.t