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