spacebar/dist/Schema/Emoji.js
2021-02-06 15:35:02 +01:00

9 lines
225 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