Fix UIFieldMutation
This commit is contained in:
parent
d117ac8feb
commit
7c05c5473d
|
@ -3,6 +3,7 @@ import { UITable, UIView } from "@budibase/types"
|
||||||
export type UIDatasource = UITable | UIView
|
export type UIDatasource = UITable | UIView
|
||||||
|
|
||||||
export interface UIFieldMutation {
|
export interface UIFieldMutation {
|
||||||
visible: boolean
|
visible?: boolean
|
||||||
readonly?: boolean
|
readonly?: boolean
|
||||||
|
width?: number
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue