1 2 3 4 5
import { RelationshipType } from ".."; export interface RelationshipPutSchema { type?: RelationshipType; }