UNPKG

@coveo/platform-client

Version:

The main goal of this package is to provide an easy to configure and straightforward way of querying Coveo Cloud APIs using JavaScript.

9 lines 339 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Operator = void 0; var Operator; (function (Operator) { Operator["Equals"] = "EQUALS"; Operator["NotEquals"] = "NOT_EQUALS"; })(Operator || (exports.Operator = Operator = {})); //# sourceMappingURL=CaseClassificationConfigurationInterfaces.js.map