summaryrefslogtreecommitdiff
path: root/includes/external/matrix/node_modules/matrix-js-sdk/lib/http-api/method.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'includes/external/matrix/node_modules/matrix-js-sdk/lib/http-api/method.d.ts')
-rw-r--r--includes/external/matrix/node_modules/matrix-js-sdk/lib/http-api/method.d.ts7
1 files changed, 7 insertions, 0 deletions
diff --git a/includes/external/matrix/node_modules/matrix-js-sdk/lib/http-api/method.d.ts b/includes/external/matrix/node_modules/matrix-js-sdk/lib/http-api/method.d.ts
new file mode 100644
index 0000000..6cf2bd8
--- /dev/null
+++ b/includes/external/matrix/node_modules/matrix-js-sdk/lib/http-api/method.d.ts
@@ -0,0 +1,7 @@
+export declare enum Method {
+ Get = "GET",
+ Put = "PUT",
+ Post = "POST",
+ Delete = "DELETE"
+}
+//# sourceMappingURL=method.d.ts.map \ No newline at end of file