UNPKG

@netgrif/components-core

Version:

Netgrif Application engine frontend core Angular library

8 lines (7 loc) 143 B
/** * Determines the way {@link Predicate}s are combined together. */ export declare enum BooleanOperator { AND = "AND", OR = "OR" }