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