Module WriteMemoryResponse.M

type b = {
  1. offset : int Interop.or_undefined;
  2. bytesWritten : int 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