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

index 0a7f9720..f90c0d56 100644 --- a/src/util/schemas/RelationshipPutSchema.ts +++ b/src/util/schemas/RelationshipPutSchema.ts
@@ -1,4 +1,4 @@ -import { RelationshipType } from "@fosscord/util"; +import { RelationshipType } from ".."; export interface RelationshipPutSchema { type?: RelationshipType;