@contrail/types
Advanced tools
Comparing version 2.0.12 to 2.0.13
import { PropertyType } from "."; | ||
export interface TypeProperty { | ||
id?: string; | ||
propertyType?: PropertyType; | ||
slug?: string; | ||
label?: string; | ||
propertyType: PropertyType; | ||
slug: string; | ||
label: string; | ||
formula?: string; | ||
@@ -14,2 +14,3 @@ numberFormat?: NumberFormatingOption; | ||
typePropertyOptionSetId?: string; | ||
editable?: boolean; | ||
} | ||
@@ -16,0 +17,0 @@ export interface TypePropertyOption { |
{ | ||
"name": "@contrail/types", | ||
"version": "2.0.12", | ||
"version": "2.0.13", | ||
"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
30731
687