UNPKG

emailengine-client

Version:

A TypeScript client for the EmailEngine API

10 lines 255 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MessageUpdate = void 0; /** * Update Message Options Details */ class MessageUpdate { } exports.MessageUpdate = MessageUpdate; //# sourceMappingURL=MessageUpdate.js.map