mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-11 21:23:24 +01:00
9 lines
224 B
JavaScript
9 lines
224 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.EmojiSchema = void 0;
|
|
exports.EmojiSchema = {
|
|
name: String,
|
|
id: BigInt,
|
|
animated: Boolean,
|
|
};
|
|
//# sourceMappingURL=Emoji.js.map
|