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