Module VariablesResponse.M

type body = {
  1. variables : Variable.t list;
}
val body_of_js : Ojs.t -> body
val body_to_js : body -> Ojs.t