@madie/madie-models
Advanced tools
Comparing version 1.3.15 to 1.3.16
export interface Organization { | ||
id: string; | ||
name: string; | ||
oid: string; | ||
url: string; | ||
id?: string; | ||
name?: string; | ||
oid?: string; | ||
url?: string; | ||
} |
{ | ||
"name": "@madie/madie-models", | ||
"version": "1.3.15", | ||
"version": "1.3.16", | ||
"description": "Models for MADiE Project", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
15413