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

export interface RelationshipPutSchema {
	type?: RelationshipType;
}