Type Alias TableColumns<T>

TableColumns: { [Prop in keyof T as string]: DataType }

Table columns and their type.

Type Parameters