@squareboat/nest-eyewitness
Version:
A simple easy-to-use package to receive error reports directly to your inbox whenever any exception is witnessed 👀 in your NestJS application.
9 lines (8 loc) • 357 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.WebhookSupportMethod = void 0;
var WebhookSupportMethod;
(function (WebhookSupportMethod) {
WebhookSupportMethod["GET"] = "GET";
WebhookSupportMethod["POST"] = "POST";
})(WebhookSupportMethod = exports.WebhookSupportMethod || (exports.WebhookSupportMethod = {}));