Interface RegistryMinPoolSizeConstraint

MinPoolSizeConstraint is the minimum required candidate pool size constraint.

interface RegistryMinPoolSizeConstraint {
    limit: number;
}

Properties

Properties

limit: number