Variable PoolTypesConst

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

Enumeration of pool types.

Type declaration

  • dynamic: "dynamic"
  • fixed: "fixed"