munar-plugin-emotes
Version:
Munar plugin for sharing reaction GIFs.
18 lines (14 loc) • 327 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.EmoteModel = void 0;
var _munarCore = require("munar-core");
class EmoteModel {}
exports.EmoteModel = EmoteModel;
EmoteModel.timestamps = true;
EmoteModel.schema = {
_id: String,
url: String,
addedBy: _munarCore.UserModel.ref()
};