UNPKG

@openzeppelin/relayer-sdk

Version:
26 lines (25 loc) 705 B
"use strict"; /* tslint:disable */ /* eslint-disable */ /** * OpenZeppelin Relayer API * OpenZeppelin Relayer API * * The version of the OpenAPI document: 1.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.NotificationType = void 0; /** * Notification type enum used by both config file and API * @export * @enum {string} */ var NotificationType; (function (NotificationType) { NotificationType["WEBHOOK"] = "webhook"; })(NotificationType || (exports.NotificationType = NotificationType = {}));