/** * @module botbuilder-ai */ /** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ /** * Join Operator for Strict Filters. */ export declare enum JoinOperator { /** * Default Join Operator, AND. */ AND = "AND", /** * Join Operator, OR. */ OR = "OR" } //# sourceMappingURL=joinOperator.d.ts.map