@contrail/types
Advanced tools
Comparing version 3.0.7 to 3.0.8
@@ -33,2 +33,6 @@ import { PropertyType } from '.'; | ||
} | ||
export interface TypePropertyOptionSet { | ||
id?: string; | ||
optionSet: Array<TypePropertyOption>; | ||
} | ||
export interface TypePropertyOption { | ||
@@ -35,0 +39,0 @@ value: string; |
{ | ||
"name": "@contrail/types", | ||
"version": "3.0.7", | ||
"version": "3.0.8", | ||
"description": "Types Utility module", | ||
@@ -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
65677
60
1522