import type { GraphNodeWrapperDTO } from './GraphNodeWrapperDTO'; export type GraphNodesResponse = { data?: Array; meta?: Record; };