summary refs log tree commit diff
path: root/src/util/schemas/RelationshipPutSchema.ts
blob: 0a7f9720aceb30f026a123506ddbfc6d31fde64c (plain) (blame)
1
2
3
4
5
import { RelationshipType } from "@fosscord/util";

export interface RelationshipPutSchema {
	type?: RelationshipType;
}