export type GraphEdgeDTO = { readonly createdTime?: string; readonly updatedTime?: string; readonly createdBy?: string; readonly changedBy?: string; id?: string; sourceId?: string; destinationId?: string; type?: string; };