import type { GraphNodeDTO } from './GraphNodeDTO'; export type GraphNodeResponse = { data?: GraphNodeDTO; meta?: Record; };