summaryrefslogtreecommitdiff
path: root/includes/external/matrix/node_modules/matrix-js-sdk/lib/http-api/method.d.ts
blob: 6cf2bd8d5e40c622cc5fc8b62c6c6520f1596446 (plain)
1
2
3
4
5
6
7
export declare enum Method {
    Get = "GET",
    Put = "PUT",
    Post = "POST",
    Delete = "DELETE"
}
//# sourceMappingURL=method.d.ts.map