export interface Relation { source: string; destination: string; relationType: string; }