Module SetExpressionResponse.M

type body = {
  1. value : string;
  2. type_ : string Interop.or_undefined;
  3. presentationHint : VariablePresentationHint.t Interop.or_undefined;
  4. variablesReference : int Interop.or_undefined;
  5. namedVariables : int Interop.or_undefined;
  6. indexedVariables : int Interop.or_undefined;
}
val body_of_js : Ojs.t -> body
val body_to_js : body -> Ojs.t