import { DocumentationDocument } from './documentation-document'; export interface Documentation { [documentId: string]: DocumentationDocument; }