mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-11 21:23:24 +01:00
6 lines
129 B
TypeScript
6 lines
129 B
TypeScript
export declare const EmojiSchema: {
|
|
name: StringConstructor;
|
|
id: BigIntConstructor;
|
|
animated: BooleanConstructor;
|
|
};
|