UNPKG

amocrm-client

Version:
9 lines 318 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HttpMethod = void 0; var HttpMethod; (function (HttpMethod) { HttpMethod["GET"] = "GET"; HttpMethod["POST"] = "POST"; })(HttpMethod = exports.HttpMethod || (exports.HttpMethod = {})); //# sourceMappingURL=enums.js.map