summary refs log tree commit diff
path: root/util/src/schemas/RelationshipPutSchema.ts
diff options
context:
space:
mode:
Diffstat (limited to 'util/src/schemas/RelationshipPutSchema.ts')
-rw-r--r--util/src/schemas/RelationshipPutSchema.ts6
1 files changed, 0 insertions, 6 deletions
diff --git a/util/src/schemas/RelationshipPutSchema.ts b/util/src/schemas/RelationshipPutSchema.ts
deleted file mode 100644

index f46966e0..00000000 --- a/util/src/schemas/RelationshipPutSchema.ts +++ /dev/null
@@ -1,6 +0,0 @@ -import { RelationshipType } from "@fosscord/util"; - - -export interface RelationshipPutSchema { - type?: RelationshipType; -}