export type DiagramLink = { id: number; from: number; to: number; } | Record;