summary refs log tree commit diff
path: root/util/src/schemas/EmojiCreateSchema.ts
diff options
context:
space:
mode:
Diffstat (limited to 'util/src/schemas/EmojiCreateSchema.ts')
-rw-r--r--util/src/schemas/EmojiCreateSchema.ts7
1 files changed, 0 insertions, 7 deletions
diff --git a/util/src/schemas/EmojiCreateSchema.ts b/util/src/schemas/EmojiCreateSchema.ts
deleted file mode 100644

index d50c419c..00000000 --- a/util/src/schemas/EmojiCreateSchema.ts +++ /dev/null
@@ -1,7 +0,0 @@ - -export interface EmojiCreateSchema { - name?: string; - image: string; - require_colons?: boolean | null; - roles?: string[]; -}