UNPKG

@hippocampus-web3/runebond-client

Version:

TypeScript client for RUNEBond API

13 lines (12 loc) 486 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NotificationChannel = void 0; /* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ var NotificationChannel; (function (NotificationChannel) { NotificationChannel["EMAIL"] = "email"; NotificationChannel["TELEGRAM"] = "telegram"; })(NotificationChannel || (exports.NotificationChannel = NotificationChannel = {}));