X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fvariables%2FPoolTypes.html;h=07aff77e1c8a3a16fd8e3ecac8a7c00cd1cddaa7;hb=0d64fd531460a553940a8e3b2912be059c9cdf48;hp=578a3119d160e8e9daec9655be41c0a0aa62da27;hpb=3e030cbac2cbd1043c9dfdee6580ce494cbc50a1;p=poolifier.git diff --git a/docs/variables/PoolTypes.html b/docs/variables/PoolTypes.html index 578a3119..07aff77e 100644 --- a/docs/variables/PoolTypes.html +++ b/docs/variables/PoolTypes.html @@ -1,4 +1,4 @@ -PoolTypes | poolifier - v3.1.4

Variable PoolTypesConst

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

Enumeration of pool types.

+PoolTypes | poolifier - v3.1.15

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