1
0
Fork 0
mirror of synced 2024-09-05 12:11:40 +12:00

Remove extra fields from UIFieldMetadata.

This commit is contained in:
Sam Rose 2024-04-08 12:09:14 +01:00
parent 83c7f08c5a
commit 249e9e59f5
No known key found for this signature in database

View file

@ -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