Complete Email Sortierer implementation with Appwrite and Stripe integration
This commit is contained in:
11
server/node_modules/node-appwrite/dist/enums/execution-method.d.mts
generated
vendored
Normal file
11
server/node_modules/node-appwrite/dist/enums/execution-method.d.mts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
declare enum ExecutionMethod {
|
||||
GET = "GET",
|
||||
POST = "POST",
|
||||
PUT = "PUT",
|
||||
PATCH = "PATCH",
|
||||
DELETE = "DELETE",
|
||||
OPTIONS = "OPTIONS",
|
||||
HEAD = "HEAD"
|
||||
}
|
||||
|
||||
export { ExecutionMethod };
|
||||
Reference in New Issue
Block a user