summary refs log tree commit diff
path: root/util/src/schemas/RolePositionUpdateSchema.ts
diff options
context:
space:
mode:
Diffstat (limited to 'util/src/schemas/RolePositionUpdateSchema.ts')
-rw-r--r--util/src/schemas/RolePositionUpdateSchema.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/util/src/schemas/RolePositionUpdateSchema.ts b/util/src/schemas/RolePositionUpdateSchema.ts
deleted file mode 100644
index 1019d504..00000000
--- a/util/src/schemas/RolePositionUpdateSchema.ts
+++ /dev/null
@@ -1,4 +0,0 @@
-export type RolePositionUpdateSchema = {
-	id: string;
-	position: number;
-}[];
\ No newline at end of file