UNPKG

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

6 lines (5 loc) 107 B
export declare enum ExecutionTrigger { Http = "http", Schedule = "schedule", Event = "event" }