Type Alias: TableField<T>
TableField<
T
>:SimpleTableField
<T
> |MappedTableField
<T
> |RenamedTableField
<T
>
Type to represent a field in a table. Can be a SimpleTableField, a MappedTableField, or a RenamedTableField.
Type Parameters
• T extends Record
<string
, unknown
>
The type of the objects in the array in the table.