summary refs log tree commit diff
path: root/util/src/schemas/BanCreateSchema.ts
diff options
context:
space:
mode:
Diffstat (limited to 'util/src/schemas/BanCreateSchema.ts')
-rw-r--r--util/src/schemas/BanCreateSchema.ts5
1 files changed, 0 insertions, 5 deletions
diff --git a/util/src/schemas/BanCreateSchema.ts b/util/src/schemas/BanCreateSchema.ts
deleted file mode 100644
index 64b02943..00000000
--- a/util/src/schemas/BanCreateSchema.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-
-export interface BanCreateSchema {
-	delete_message_days?: string;
-	reason?: string;
-}