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

10 lines (8 loc) 198 B
declare enum ExecutionStatus { Waiting = "waiting", Processing = "processing", Completed = "completed", Failed = "failed", Scheduled = "scheduled" } export { ExecutionStatus };