summary refs log tree commit diff
path: root/dist/Schema/Emoji.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'dist/Schema/Emoji.d.ts')
-rw-r--r--dist/Schema/Emoji.d.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/dist/Schema/Emoji.d.ts b/dist/Schema/Emoji.d.ts
new file mode 100644

index 00000000..81570e17 --- /dev/null +++ b/dist/Schema/Emoji.d.ts
@@ -0,0 +1,5 @@ +export declare const EmojiSchema: { + name: StringConstructor; + id: BigIntConstructor; + animated: BooleanConstructor; +};