summary refs log tree commit diff
path: root/util/src/schemas/VanityUrlSchema.ts
diff options
context:
space:
mode:
Diffstat (limited to 'util/src/schemas/VanityUrlSchema.ts')
-rw-r--r--util/src/schemas/VanityUrlSchema.ts8
1 files changed, 0 insertions, 8 deletions
diff --git a/util/src/schemas/VanityUrlSchema.ts b/util/src/schemas/VanityUrlSchema.ts
deleted file mode 100644
index de32695a..00000000
--- a/util/src/schemas/VanityUrlSchema.ts
+++ /dev/null
@@ -1,8 +0,0 @@
-
-export interface VanityUrlSchema {
-	/**
-	 * @minLength 1
-	 * @maxLength 20
-	 */
-	code?: string;
-}