export type EdgeRow = { id: string; name: string; parent_id: string | null; };