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