diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-02-05 22:01:01 +0100 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-02-05 22:01:01 +0100 |
commit | ea41892fef208b10c1bb322de7683c39ebab3dd5 (patch) | |
tree | f26559c73196591ac0338a21908a25c806276a7a /dist/Schema/Emoji.d.ts | |
parent | Move Models/Schemas to server-util (diff) | |
download | server-ea41892fef208b10c1bb322de7683c39ebab3dd5.tar.xz |
:wrench: build
Diffstat (limited to 'dist/Schema/Emoji.d.ts')
-rw-r--r-- | dist/Schema/Emoji.d.ts | 5 |
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; +}; |