import { RelationshipType } from "@fosscord/util"; export interface RelationshipPutSchema { type?: RelationshipType; }