Module InvalidatedEvent.M

type body = {
  1. areas : InvalidatedAreas.t list Interop.or_undefined;
  2. threadId : int Interop.or_undefined;
  3. stackFrameId : int Interop.or_undefined;
}
val body_of_js : Ojs.t -> body
val body_to_js : body -> Ojs.t
val event : string