node-appwrite
Version:
Appwrite is an open-source self-hosted backend server that abstract and simplify complex and repetitive development tasks behind a very simple REST API
11 lines (10 loc) • 317 B
JavaScript
// src/enums/index-type.ts
var IndexType = /* @__PURE__ */ ((IndexType2) => {
IndexType2["Key"] = "key";
IndexType2["Fulltext"] = "fulltext";
IndexType2["Unique"] = "unique";
return IndexType2;
})(IndexType || {});
export { IndexType };
//# sourceMappingURL=out.js.map
//# sourceMappingURL=index-type.mjs.map