diff options
author | Sebastian <sebasjm@gmail.com> | 2023-05-25 18:23:38 -0300 |
---|---|---|
committer | Sebastian <sebasjm@gmail.com> | 2023-05-26 09:26:12 -0300 |
commit | 562067a28788084832af4a2862d06f99a71476d3 (patch) | |
tree | de210a059ce718487a3dbd411ad25d7ff7345fc4 /packages/exchange-backoffice-ui/src/handlers/forms.ts | |
parent | 64e3705669e7c12b8013704654f17cf8eaf659d4 (diff) |
resolution field for all forms
Diffstat (limited to 'packages/exchange-backoffice-ui/src/handlers/forms.ts')
-rw-r--r-- | packages/exchange-backoffice-ui/src/handlers/forms.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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<DoubleColumnFormSection | undefined>; -type DoubleColumnFormSection = { +export type DoubleColumnFormSection = { title: TranslatedString; description?: TranslatedString; fields: UIFormField[]; |