1
0
Fork 0
mirror of synced 2024-07-09 00:06:05 +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"
export interface UIFieldMetadata {
constraints?: FieldConstraints
name?: string
type?: FieldType
order?: number
width?: number
visible?: boolean
icon?: string
autocolumn?: boolean
}
interface BaseRelationshipFieldMetadata