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