UNPKG

cecon-interfaces

Version:
11 lines (10 loc) 377 B
"use strict"; 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 = {}));