13 lines
429 B
JavaScript
13 lines
429 B
JavaScript
// src/enums/index-status.ts
|
|
var IndexStatus = /* @__PURE__ */ ((IndexStatus2) => {
|
|
IndexStatus2["Available"] = "available";
|
|
IndexStatus2["Processing"] = "processing";
|
|
IndexStatus2["Deleting"] = "deleting";
|
|
IndexStatus2["Stuck"] = "stuck";
|
|
IndexStatus2["Failed"] = "failed";
|
|
return IndexStatus2;
|
|
})(IndexStatus || {});
|
|
|
|
export { IndexStatus };
|
|
//# sourceMappingURL=out.js.map
|
|
//# sourceMappingURL=index-status.mjs.map
|