UNPKG

messaging-api-wechat

Version:
11 lines 382 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MediaType = void 0; var MediaType; (function (MediaType) { MediaType["Image"] = "image"; MediaType["Voice"] = "voice"; MediaType["Video"] = "video"; MediaType["Thumb"] = "thumb"; })(MediaType = exports.MediaType || (exports.MediaType = {})); //# sourceMappingURL=WechatTypes.js.map