Fix UIFieldMutation

This commit is contained in:
Adria Navarro 2024-12-24 12:18:49 +01:00
parent d117ac8feb
commit 7c05c5473d
1 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@ import { UITable, UIView } from "@budibase/types"
export type UIDatasource = UITable | UIView
export interface UIFieldMutation {
visible: boolean
visible?: boolean
readonly?: boolean
width?: number
}