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
12 lines (10 loc) • 313 B
JavaScript
var IndexType = /* @__PURE__ */ ((IndexType2) => {
IndexType2["Key"] = "key";
IndexType2["Fulltext"] = "fulltext";
IndexType2["Unique"] = "unique";
return IndexType2;
})(IndexType || {});
exports.IndexType = IndexType;
//# sourceMappingURL=out.js.map
//# sourceMappingURL=index-type.js.map
;