UNPKG

@agility/management-sdk

Version:
10 lines (9 loc) 230 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Webhook = void 0; var Webhook = /** @class */ (function () { function Webhook() { } return Webhook; }()); exports.Webhook = Webhook;