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, 5 insertions, 0 deletions
diff --git a/util/src/schemas/BanCreateSchema.ts b/util/src/schemas/BanCreateSchema.ts
new file mode 100644
index 00000000..64b02943
--- /dev/null
+++ b/util/src/schemas/BanCreateSchema.ts
@@ -0,0 +1,5 @@
+
+export interface BanCreateSchema {
+	delete_message_days?: string;
+	reason?: string;
+}