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

6 lines
129 B
TypeScript

export declare const EmojiSchema: {
name: StringConstructor;
id: BigIntConstructor;
animated: BooleanConstructor;
};