Skip to main content

KGEdgeType

@codebolt/types


Interface: KGEdgeType

Defined in: common/types/src/codeboltjstypes/libFunctionTypes/knowledgeGraph.ts:30

Properties

PropertyTypeDefined in
attributes?Record<string, KGAttributeSchema>common/types/src/codeboltjstypes/libFunctionTypes/knowledgeGraph.ts:36
description?stringcommon/types/src/codeboltjstypes/libFunctionTypes/knowledgeGraph.ts:33
from_kindsstring[]common/types/src/codeboltjstypes/libFunctionTypes/knowledgeGraph.ts:34
labelstringcommon/types/src/codeboltjstypes/libFunctionTypes/knowledgeGraph.ts:32
namestringcommon/types/src/codeboltjstypes/libFunctionTypes/knowledgeGraph.ts:31
to_kindsstring[]common/types/src/codeboltjstypes/libFunctionTypes/knowledgeGraph.ts:35