Module ModulesResponse.M

type body = {
  1. modules : Module.t list;
  2. totalModules : int Interop.or_undefined;
}
val body_of_js : Ojs.t -> body
val body_to_js : body -> Ojs.t