UNPKG

emailengine-client

Version:

A TypeScript client for the EmailEngine API

10 lines 849 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CreateDeliveryTestOptions = exports.CheckTestStatusOptions = exports.DeliveryTestApi = void 0; var api_1 = require("./api"); Object.defineProperty(exports, "DeliveryTestApi", { enumerable: true, get: function () { return api_1.DeliveryTestApi; } }); var CheckTestStatusOptions_1 = require("./models/CheckTestStatusOptions"); Object.defineProperty(exports, "CheckTestStatusOptions", { enumerable: true, get: function () { return CheckTestStatusOptions_1.CheckTestStatusOptions; } }); var CreateDeliveryTestOptions_1 = require("./models/CreateDeliveryTestOptions"); Object.defineProperty(exports, "CreateDeliveryTestOptions", { enumerable: true, get: function () { return CreateDeliveryTestOptions_1.CreateDeliveryTestOptions; } }); //# sourceMappingURL=index.js.map