type Row<TFeatures, TData> = Row_Core<TFeatures, TData> & ExtractFeatureMapTypes<TFeatures, Row_FeatureMap<TFeatures, TData>>;
Defined in: types/Row.ts:30
TFeatures extends TableFeatures
TData extends RowData