@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.
8 lines • 504 B
JavaScript
export var HostedInterfaceConditionOperator;
(function (HostedInterfaceConditionOperator) {
HostedInterfaceConditionOperator["IsDefined"] = "isDefined";
HostedInterfaceConditionOperator["IsNotDefined"] = "isNotDefined";
HostedInterfaceConditionOperator["MustMatch"] = "mustMatch";
HostedInterfaceConditionOperator["MustNotMatch"] = "mustNotMatch";
})(HostedInterfaceConditionOperator || (HostedInterfaceConditionOperator = {}));
//# sourceMappingURL=HostedInterfaceCoreConfig.model.js.map