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

export interface RelationshipPutSchema {
	type?: RelationshipType;
}