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

8 lines (6 loc) 126 B
declare enum VCSReferenceType { Branch = "branch", Commit = "commit", Tag = "tag" } export { VCSReferenceType };