Transom_codegen.ManifestSourcetype command = private {name : command_name;request : ocaml_type;response : ocaml_type;event : ocaml_type option;ts_request : ts_type;ts_response : ts_type;ts_event : ts_type option;}type t = private {service_module : ocaml_module;types_module : ocaml_module;json_module : ocaml_module;typescript_types_module : typescript_module;commands : command list;}