UNPKG

edr-models

Version:

edr modules

10 lines (9 loc) 325 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var HttpMethod; (function (HttpMethod) { HttpMethod["POST"] = "POST"; HttpMethod["GET"] = "GET"; HttpMethod["PUT"] = "PUT"; HttpMethod["DELETE"] = "DELETE"; })(HttpMethod = exports.HttpMethod || (exports.HttpMethod = {}));