X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fpools%2Fpool.ts;h=8aae69d463323557197da4a749072989060c0b6a;hb=b4213b7fc45201c5a38f2615289c569b679a15b7;hp=f16c54694ab37240e22d47fca1d97fb3d2ec7196;hpb=184855e69fea29f1018024a34be10de2c8e3141a;p=poolifier.git diff --git a/src/pools/pool.ts b/src/pools/pool.ts index f16c5469..8aae69d4 100644 --- a/src/pools/pool.ts +++ b/src/pools/pool.ts @@ -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. */