X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fvariables%2FPoolTypes.html;h=c0f7f48e80f2cd5792ab8356aab6d5c041f05787;hb=refs%2Ftags%2Fv3.1.3;hp=0948dd98ce22d2f79889503333d7b796228c365e;hpb=6349b7551b1060472ed8c97dd01ef0c827d62278;p=poolifier.git diff --git a/docs/variables/PoolTypes.html b/docs/variables/PoolTypes.html index 0948dd98..c0f7f48e 100644 --- a/docs/variables/PoolTypes.html +++ b/docs/variables/PoolTypes.html @@ -1,4 +1,4 @@ -PoolTypes | poolifier - v3.0.7

Variable PoolTypesConst

PoolTypes: Readonly<{
    dynamic: "dynamic";
    fixed: "fixed";
}> = ...

Enumeration of pool types.

+PoolTypes | poolifier - v3.1.2

Variable PoolTypesConst

PoolTypes: Readonly<{
    dynamic: "dynamic";
    fixed: "fixed";
}> = ...

Enumeration of pool types.

Type declaration

  • Readonly dynamic: "dynamic"

    Dynamic pool type.

  • Readonly fixed: "fixed"

    Fixed pool type.

    -

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file