diff options
Diffstat (limited to 'src/util/schemas/EmojiCreateSchema.ts')
-rw-r--r-- | src/util/schemas/EmojiCreateSchema.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/schemas/EmojiCreateSchema.ts b/src/util/schemas/EmojiCreateSchema.ts index d50c419c..34084713 100644 --- a/src/util/schemas/EmojiCreateSchema.ts +++ b/src/util/schemas/EmojiCreateSchema.ts @@ -1,4 +1,3 @@ - export interface EmojiCreateSchema { name?: string; image: string; |