Type Alias LoadedDataColumn<T>

LoadedDataColumn: DataColumn<T> & Required<Pick<DataColumn<T>, "data">>

Type Parameters