Complete Email Sortierer implementation with Appwrite and Stripe integration
This commit is contained in:
8
server/node_modules/node-appwrite/dist/enums/authentication-factor.d.ts
generated
vendored
Normal file
8
server/node_modules/node-appwrite/dist/enums/authentication-factor.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
declare enum AuthenticationFactor {
|
||||
Email = "email",
|
||||
Phone = "phone",
|
||||
Totp = "totp",
|
||||
Recoverycode = "recoverycode"
|
||||
}
|
||||
|
||||
export { AuthenticationFactor };
|
||||
Reference in New Issue
Block a user