1 2 3 4 5 6 7
export declare enum Method { Get = "GET", Put = "PUT", Post = "POST", Delete = "DELETE" } //# sourceMappingURL=method.d.ts.map