UNPKG

emailengine-client

Version:

A TypeScript client for the EmailEngine API

12 lines 1.06 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RemoveLicenseOptions = exports.RegisterLicenseOptions = exports.GetLicenseInfoOptions = exports.LicenseApi = void 0; var api_1 = require("./api"); Object.defineProperty(exports, "LicenseApi", { enumerable: true, get: function () { return api_1.LicenseApi; } }); var GetLicenseInfoOptions_1 = require("./models/GetLicenseInfoOptions"); Object.defineProperty(exports, "GetLicenseInfoOptions", { enumerable: true, get: function () { return GetLicenseInfoOptions_1.GetLicenseInfoOptions; } }); var RegisterLicenseOptions_1 = require("./models/RegisterLicenseOptions"); Object.defineProperty(exports, "RegisterLicenseOptions", { enumerable: true, get: function () { return RegisterLicenseOptions_1.RegisterLicenseOptions; } }); var RemoveLicenseOptions_1 = require("./models/RemoveLicenseOptions"); Object.defineProperty(exports, "RemoveLicenseOptions", { enumerable: true, get: function () { return RemoveLicenseOptions_1.RemoveLicenseOptions; } }); //# sourceMappingURL=index.js.map