From 562067a28788084832af4a2862d06f99a71476d3 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Thu, 25 May 2023 18:23:38 -0300 Subject: resolution field for all forms --- packages/exchange-backoffice-ui/src/handlers/forms.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/exchange-backoffice-ui/src/handlers/forms.ts') diff --git a/packages/exchange-backoffice-ui/src/handlers/forms.ts b/packages/exchange-backoffice-ui/src/handlers/forms.ts index 4eb188a09..2c90a69ed 100644 --- a/packages/exchange-backoffice-ui/src/handlers/forms.ts +++ b/packages/exchange-backoffice-ui/src/handlers/forms.ts @@ -18,7 +18,7 @@ import { InputChoiceHorizontal } from "./InputChoiceHorizontal.js"; export type DoubleColumnForm = Array; -type DoubleColumnFormSection = { +export type DoubleColumnFormSection = { title: TranslatedString; description?: TranslatedString; fields: UIFormField[]; -- cgit v1.2.3