@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 • 319 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LimitType = void 0;
var LimitType;
(function (LimitType) {
LimitType["USAGE"] = "USAGE";
LimitType["TECHNICAL"] = "TECHNICAL";
})(LimitType || (exports.LimitType = LimitType = {}));
//# sourceMappingURL=LimitsInterfaces.js.map