Skip to content

@sqlrooms/documents / KnowledgeIndex

Type Alias: KnowledgeIndex ​

KnowledgeIndex = object

Properties ​

linksByArtifactId ​

linksByArtifactId: Record<string, DocumentLink[]>


backlinksByArtifactId ​

backlinksByArtifactId: Record<string, DocumentLink[]>


tagsByArtifactId ​

tagsByArtifactId: Record<string, DocumentTag[]>


unresolvedLinks: UnresolvedDocumentLink[]