UNPKG

@pietrolubini/homebridge-ecoflow

Version:
9 lines 313 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 = HttpMethod = {})); //# sourceMappingURL=httpApiContracts.js.map