@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 • 549 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.StatementGroupRuleAssociationFeatureTypeEnum = void 0;
var StatementGroupRuleAssociationFeatureTypeEnum;
(function (StatementGroupRuleAssociationFeatureTypeEnum) {
StatementGroupRuleAssociationFeatureTypeEnum["ResultRankings"] = "resultRankings";
})(StatementGroupRuleAssociationFeatureTypeEnum || (exports.StatementGroupRuleAssociationFeatureTypeEnum = StatementGroupRuleAssociationFeatureTypeEnum = {}));
//# sourceMappingURL=StatementGroupsInterfaces.js.map