import { RelationshipType } from ".."; export interface RelationshipPutSchema { type?: RelationshipType; }