FieldType: { id: string; immutable: boolean; info?: string; name: string; options?: string[]; required: boolean; type: "NUMBER" | "TEXT" | "RANGE" | "LIST" | "CHECK" | "INT" | "DATE" }
Type declaration
-
id: string
-
immutable: boolean
-
Optional info?: string
-
name: string
-
Optional options?: string[]
-
required: boolean
-
type: "NUMBER" | "TEXT" | "RANGE" | "LIST" | "CHECK" | "INT" | "DATE"