DataBreakpointInfoResponse.M
type body = {
dataId : string Interop.or_undefined;
description : string;
accessType : DataBreakpointAccessType.t list Interop.or_undefined;
canPersist : bool Interop.or_undefined;
}
val body_of_js : Ojs.t -> body
val body_to_js : body -> Ojs.t