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