1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-23 11:11:34 +02:00
server/dist/Schema/Emoji.js

9 lines
225 B
JavaScript
Raw Normal View History

2021-02-05 22:01:01 +01:00
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.EmojiSchema = void 0;
exports.EmojiSchema = {
name: String,
2021-02-06 15:35:02 +01:00
$id: BigInt,
2021-02-05 22:01:01 +01:00
animated: Boolean,
};
//# sourceMappingURL=Emoji.js.map