cecon-interfaces
Version:
Interfaces de Projetos Cecon
11 lines (10 loc) • 377 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EWebhookMethod = void 0;
var EWebhookMethod;
(function (EWebhookMethod) {
EWebhookMethod["GET"] = "GET";
EWebhookMethod["POST"] = "POST";
EWebhookMethod["PUT"] = "PUT";
EWebhookMethod["DELETE"] = "DELETE";
})(EWebhookMethod || (exports.EWebhookMethod = EWebhookMethod = {}));