1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-23 11:11:34 +02:00
server/dist/Schema/Emoji.js
Flam3rboy ea41892fef 🔧 build
2021-02-05 22:01:01 +01:00

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