import type { TypeGroup } from '../../schema/index.js'; export interface TypeReference { name: string; field?: string; group?: TypeGroup; }