6 lines
129 B
TypeScript
6 lines
129 B
TypeScript
export declare const EmojiSchema: {
|
|
name: StringConstructor;
|
|
id: BigIntConstructor;
|
|
animated: BooleanConstructor;
|
|
};
|