1 2 3 4 5
import { RelationshipType } from "@fosscord/util"; export interface RelationshipPutSchema { type?: RelationshipType; }