UNPKG

@openzeppelin/relayer-sdk

Version:
23 lines (22 loc) 573 B
/* 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. */ /** * Notification type enum used by both config file and API * @export * @enum {string} */ export var NotificationType; (function (NotificationType) { NotificationType["WEBHOOK"] = "webhook"; })(NotificationType || (NotificationType = {}));