Module ProgressEndEvent.M

type body = {
  1. progressId : string;
  2. message : string;
}
val body_of_js : Ojs.t -> body
val body_to_js : body -> Ojs.t
val event : string