@madie/madie-models
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -20,7 +20,16 @@ import { MeasurePopulation } from "./MeasurePopulation"; | ||
scoring: string; | ||
populationValues: PopulationValue[]; | ||
populationValues: PopulationExpectedValue[]; | ||
} | ||
export interface PopulationValue { | ||
export interface PopulationExpectedValue { | ||
name: MeasurePopulation; | ||
expected: boolean; | ||
} | ||
export interface DisplayGroupPopulation { | ||
groupId: string; | ||
scoring: string; | ||
populationValues: DisplayPopulationValue[]; | ||
} | ||
export interface DisplayPopulationValue { | ||
name: MeasurePopulation; | ||
expected: boolean; | ||
actual: boolean; | ||
@@ -27,0 +36,0 @@ } |
{ | ||
"name": "@madie/madie-models", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"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
8619
219