emailengine-client
Version:
A TypeScript client for the EmailEngine API
8 lines • 535 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ChatWithEmailsOptions = exports.ChatApi = void 0;
var api_1 = require("./api");
Object.defineProperty(exports, "ChatApi", { enumerable: true, get: function () { return api_1.ChatApi; } });
var ChatWithEmailsOptions_1 = require("./models/ChatWithEmailsOptions");
Object.defineProperty(exports, "ChatWithEmailsOptions", { enumerable: true, get: function () { return ChatWithEmailsOptions_1.ChatWithEmailsOptions; } });
//# sourceMappingURL=index.js.map