refactor: remove unneeded worker choice strategy storage in intermediate
[poolifier.git] / src / index.ts
index 0a9ab8f1ce44c43de8dd4e1c9e1a4617959afdd3..a18223e8c007ab88497f6b8efdc5017a45423348 100644 (file)
@@ -35,7 +35,6 @@ export {
 } from './pools/selection-strategies/selection-strategies-types.js'
 export type {
   IWorkerChoiceStrategy,
-  InternalWorkerChoiceStrategyOptions,
   Measurement,
   MeasurementOptions,
   MeasurementStatisticsRequirements,