UNPKG

906 BTypeScriptView Raw
1export declare enum NodeTypes {
2 Info = "oas2_info",
3 Description = "oas2_description",
4 Tags = "oas2_tags",
5 Tag = "oas2_tag",
6 SecurityDefinitions = "oas2_security_definitions",
7 SecurityDefinition = "oas2_security_definition",
8 Paths = "oas2_paths",
9 Path = "oas2_path",
10 PathParameter = "oas2_path_parameter",
11 Operation = "oas2_operation",
12 OperationParameter = "oas2_operation_parameter",
13 OperationResponse = "oas2_operation_response",
14 Shared = "oas2_shared",
15 SharedParameter = "oas2_shared_parameter",
16 SharedResponse = "oas2_shared_response",
17 Parameters = "oas2_parameters",
18 Parameter = "oas2_parameter",
19 Responses = "oas2_responses",
20 Models = "oas2_models",
21 Model = "oas2_model",
22 Schema = "oas2_schema",
23 Headers = "oas2_headers",
24 Header = "oas2_header",
25 Examples = "oas2_examples",
26 Example = "oas2_example"
27}