@madie/madie-models
Advanced tools
Comparing version 1.3.46 to 1.3.47
@@ -84,2 +84,4 @@ import { PopulationType } from "./Population"; | ||
export interface TestCaseImportOutcome { | ||
familyName?: string; | ||
givenNames?: Array<string>; | ||
patientId: string; | ||
@@ -86,0 +88,0 @@ message: string; |
{ | ||
"name": "@madie/madie-models", | ||
"version": "1.3.46", | ||
"version": "1.3.47", | ||
"description": "Models for MADiE Project", | ||
@@ -5,0 +5,0 @@ "scripts": { |
17963
478