Module Modules_command.Arguments

type t = {
start_module : int option;

The index of the first module to return; if omitted modules start at 0.

module_count : int option;

The number of modules to return. If moduleCount is not specified or 0, all modules are returned.

}

Arguments for 'modules' request.

val make : ?⁠start_module:int option -> ?⁠module_count:int option -> unit -> t
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or