Module Models.Response

type t = {
  1. data : Model_info.t list;
}
val sexp_of_t : t -> Sexplib0.Sexp.t