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


export interface RelationshipPutSchema {
	type?: RelationshipType;
}