openapi-graph-types
Advanced tools
Comparing version 0.0.1-alpha.2.1.7 to 0.0.1-alpha.2.1.8
@@ -11,3 +11,3 @@ import { RefEdgeInterface } from "."; | ||
} | ||
export declare type SchemaSchemaNodeConstructor = new (name: string) => SchemaNodeInterface; | ||
export declare type SchemaNodeConstructor = new (name: string) => SchemaNodeInterface; | ||
export interface SchemaNodeInterface extends NodeInterface { | ||
@@ -14,0 +14,0 @@ content: NonArraySchemaNodeContent | ArraySchemaNodeContent; |
{ | ||
"name": "openapi-graph-types", | ||
"version": "0.0.1-alpha.2.1.7", | ||
"version": "0.0.1-alpha.2.1.8", | ||
"description": "The types of the openapi-graph library.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
7139