Remove extra fields from UIFieldMetadata.
This commit is contained in:
parent
83c7f08c5a
commit
249e9e59f5
|
@ -10,14 +10,10 @@ import {
|
|||
} from "./constants"
|
||||
|
||||
export interface UIFieldMetadata {
|
||||
constraints?: FieldConstraints
|
||||
name?: string
|
||||
type?: FieldType
|
||||
order?: number
|
||||
width?: number
|
||||
visible?: boolean
|
||||
icon?: string
|
||||
autocolumn?: boolean
|
||||
}
|
||||
|
||||
interface BaseRelationshipFieldMetadata
|
||||
|
|
Loading…
Reference in New Issue