refactor: limit pool internals public exposure
[poolifier.git] / src / pools / pool.ts
index f16c54694ab37240e22d47fca1d97fb3d2ec7196..8aae69d463323557197da4a749072989060c0b6a 100644 (file)
@@ -158,12 +158,6 @@ export interface IPool<
   Data = unknown,
   Response = unknown
 > {
-  /**
-   * Pool type.
-   *
-   * If it is `'dynamic'`, it provides the `max` property.
-   */
-  readonly type: PoolType
   /**
    * Pool information.
    */