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