openapi-graph-types
Advanced tools
Comparing version 0.0.1-alpha.2.1.4 to 0.0.1-alpha.2.1.5
@@ -16,2 +16,3 @@ import { RefEdgeInterface } from "."; | ||
} | ||
export declare type SchemaType = 'boolean' | 'object' | 'number' | 'string' | 'integer' | 'array'; | ||
export interface NonArraySchemaNodeContent { | ||
@@ -18,0 +19,0 @@ type?: 'boolean' | 'object' | 'number' | 'string' | 'integer'; |
{ | ||
"name": "openapi-graph-types", | ||
"version": "0.0.1-alpha.2.1.4", | ||
"version": "0.0.1-alpha.2.1.5", | ||
"description": "The types of the openapi-graph library.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7655
155