Module ReadMemoryResponse.M

type b = {
  1. address : string;
  2. unreadableBytes : int Interop.or_undefined;
  3. data : string Interop.or_undefined;
}
val b_of_js : Ojs.t -> b
val b_to_js : b -> Ojs.t
val body_of_js : Ojs.t -> body
val body_to_js : body -> Ojs.t