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.ts10
1 files changed, 0 insertions, 10 deletions
diff --git a/dist/Schema/Emoji.d.ts b/dist/Schema/Emoji.d.ts
deleted file mode 100644

index da4770e9..00000000 --- a/dist/Schema/Emoji.d.ts +++ /dev/null
@@ -1,10 +0,0 @@ -export declare const EmojiSchema: { - name: StringConstructor; - $id: BigIntConstructor; - animated: BooleanConstructor; -}; -export interface EmojiSchema { - name: string; - id?: bigint; - animated: Boolean; -}