@madie/madie-models
Advanced tools
Comparing version 1.3.36 to 1.3.37
@@ -8,2 +8,6 @@ import { Model } from "./Model"; | ||
import { BaseConfigurationTypes } from "./BaseConfigurationTypes"; | ||
export interface MeasureDefinition { | ||
term: string; | ||
definition: string; | ||
} | ||
export interface MeasureMetadata { | ||
@@ -26,2 +30,3 @@ steward?: Organization; | ||
supplementalDataElements?: string; | ||
measureDefinitions?: Array<MeasureDefinition>; | ||
} | ||
@@ -28,0 +33,0 @@ export interface Reference { |
{ | ||
"name": "@madie/madie-models", | ||
"version": "1.3.36", | ||
"version": "1.3.37", | ||
"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
17692
468