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

9 lines (7 loc) 167 B
declare enum AuthenticationFactor { Email = "email", Phone = "phone", Totp = "totp", Recoverycode = "recoverycode" } export { AuthenticationFactor };