@madie/madie-models
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -8,1 +8,2 @@ export * from "./Measure"; | ||
export * from "./GroupScoring"; | ||
export * from "./MeasureGroupTypes"; |
@@ -24,1 +24,2 @@ "use strict"; | ||
__exportStar(require("./GroupScoring"), exports); | ||
__exportStar(require("./MeasureGroupTypes"), exports); |
import { Model } from "./Model"; | ||
import { PopulationType } from "./MeasurePopulation"; | ||
import { TestCase } from "./TestCase"; | ||
import { MeasureGroupTypes } from "./MeasureGroupTypes"; | ||
export interface MeasureMetadata { | ||
@@ -20,2 +21,4 @@ steward?: string; | ||
improvementNotation?: string; | ||
scoringUnit?: string; | ||
measureGroupTypes: MeasureGroupTypes[]; | ||
} | ||
@@ -22,0 +25,0 @@ export interface Measure { |
{ | ||
"name": "@madie/madie-models", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "", | ||
@@ -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
10255
20
262