type RowModelFns<TFeatures, TData> = Partial<ExtractFeatureMapTypes<TFeatures, RowModelFns_FeatureMap<TFeatures, TData>>>;type RowModelFns<TFeatures, TData> = Partial<ExtractFeatureMapTypes<TFeatures, RowModelFns_FeatureMap<TFeatures, TData>>>;Defined in: types/RowModelFns.ts:18
TFeatures extends TableFeatures
TData extends RowData