@madie/madie-models
Advanced tools
Comparing version 1.0.4 to 1.0.5
import { Model } from "./Model"; | ||
import { MeasureScoring } from "./MeasureScoring"; | ||
import { PopulationType } from "./MeasurePopulation"; | ||
import { TestCase } from "./TestCase"; | ||
export interface MeasureMetadata { | ||
@@ -42,2 +43,3 @@ steward?: string; | ||
elmJson?: string; | ||
testCases?: Array<TestCase>; | ||
} |
{ | ||
"name": "@madie/madie-models", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"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
9326
18
239