export interface CreateRelationRequest {
    relationType: string;
    target1Id: string;
    target2Id: string;
}
