Type alias ConstraintGroupClosure<T>

ConstraintGroupClosure<T>: ((group: AbstractBuilder<T>) => any)

Type Parameters

  • T

Type declaration

    • (group: AbstractBuilder<T>): any
    • Type alias for a function that applies some constraints to a builder group.

      Parameters

      Returns any