UNPKG

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

9 lines (7 loc) 141 B
declare enum IndexType { Key = "key", Fulltext = "fulltext", Unique = "unique", Spatial = "spatial" } export { IndexType };