spacebar/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