From e0ffe5b79bcfb76071928d449ff8af798a5ffe3f Mon Sep 17 00:00:00 2001 From: Dennis Kigen Date: Mon, 3 Apr 2023 10:45:04 -0700 Subject: [PATCH] (feat) Add optional version property to OHRIFormSchema interface (#6) --- src/api/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/api/types.ts b/src/api/types.ts index 56480e26d..2dc98b49f 100644 --- a/src/api/types.ts +++ b/src/api/types.ts @@ -71,6 +71,7 @@ export interface OHRIFormSchema { formOptions?: { usePreviousValueDisabled: boolean; }; + version?: string; } export interface OHRIFormPage {