import { Namespace } from './Namespace'; export interface NamespaceRef { shortName: string; relativePath: string; Namespace: Namespace; }