Base.WorkDoneProgressBegin
type t = {
kind : string;
title : string;
cancellable : bool option;
message : string option;
percentage : int option;
}
val to_yojson : t -> Yojson.Safe.t