DebugProtocol.Requestmodule M : sig ... endinclude module type of struct include M endinclude sig ... endtype t = private ProtocolMessage.tval t_of_js : Ojs.t -> tval t_to_js : t -> Ojs.tval type_ : t -> ProtocolMessage.type_include sig ... endval command : t -> stringval arguments : t -> Interop.Js.Any.t Interop.or_undefined