Module DataBreakpointInfoResponse.M

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