UNPKG

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

8 lines (6 loc) 116 B
declare enum IndexType { Key = "key", Fulltext = "fulltext", Unique = "unique" } export { IndexType };