@stoplight/types
Advanced tools
Comparing version 13.9.3 to 13.10.0
@@ -1,4 +0,5 @@ | ||
import { Extensions } from "./http-spec"; | ||
import { Extensions, UnknownProperties } from "./http-spec"; | ||
export interface IShareableNode { | ||
id: string; | ||
unknownProperties?: UnknownProperties; | ||
} | ||
@@ -5,0 +6,0 @@ export interface IComponentNode { |
@@ -203,2 +203,5 @@ import { JSONSchema7 } from 'json-schema'; | ||
} | ||
export interface UnknownProperties { | ||
[key: string]: unknown; | ||
} | ||
export {}; |
{ | ||
"name": "@stoplight/types", | ||
"version": "13.9.3", | ||
"version": "13.10.0", | ||
"description": "Common typings for the Stoplight ecosystem.", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
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
37859
709