Type Alias ConstraintType

ConstraintType: {
    [key in ConditionType]?: ConstraintType[] | any
}