Module Model_info.Links

type t = {
  1. details : string option;
}
val details : t -> string option
val sexp_of_t : t -> Sexplib0.Sexp.t