Module SourceResponse.M

type body = {
  1. content : string;
  2. mimeType : string Interop.or_undefined;
}
val body_of_js : Ojs.t -> body
val body_to_js : body -> Ojs.t