docs: enhance documentation
[poolifier.git] / src / pools / selection-strategies / selection-strategies-types.ts
index 7fbe40f28fa3b5d9cc1b8e976a3f46ec45ed9974..065b310fa5e8a3454f84d5b0edd6324c7c2d0520 100644 (file)
@@ -41,6 +41,8 @@ export interface WorkerChoiceStrategyOptions {
 
 /**
  * Pool worker tasks usage statistics requirements.
+ *
+ * @internal
  */
 export interface RequiredStatistics {
   /**