@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.
10 lines • 428 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MetadataIndexedBy = void 0;
var MetadataIndexedBy;
(function (MetadataIndexedBy) {
MetadataIndexedBy["NONE"] = "NONE";
MetadataIndexedBy["FIELD"] = "FIELD";
MetadataIndexedBy["MAPPING"] = "MAPPING";
})(MetadataIndexedBy || (exports.MetadataIndexedBy = MetadataIndexedBy = {}));
//# sourceMappingURL=SourcesMetadataInterfaces.js.map