@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 • 374 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ReportAccessType = void 0;
var ReportAccessType;
(function (ReportAccessType) {
ReportAccessType["Public"] = "PUBLIC";
ReportAccessType["Private"] = "PRIVATE";
})(ReportAccessType || (exports.ReportAccessType = ReportAccessType = {}));
//# sourceMappingURL=ReportsInterfaces.js.map