@contrail/types
Advanced tools
Comparing version 2.0.11 to 2.0.12
import { PropertyType } from "."; | ||
export interface TypeProperty { | ||
id?: string; | ||
propertyType: PropertyType; | ||
slug: string; | ||
label: string; | ||
propertyType?: PropertyType; | ||
slug?: string; | ||
label?: string; | ||
formula?: string; | ||
@@ -8,0 +8,0 @@ numberFormat?: NumberFormatingOption; |
{ | ||
"name": "@contrail/types", | ||
"version": "2.0.11", | ||
"version": "2.0.12", | ||
"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
30709