Skip to main content

CreateKGEdgeParams

@codebolt/types


Interface: CreateKGEdgeParams

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

Properties

PropertyTypeDefined in
attributes?Record<string, any>common/types/src/codeboltjstypes/libFunctionTypes/knowledgeGraph.ts:134
from_node_idstringcommon/types/src/codeboltjstypes/libFunctionTypes/knowledgeGraph.ts:132
kindstringcommon/types/src/codeboltjstypes/libFunctionTypes/knowledgeGraph.ts:131
to_node_idstringcommon/types/src/codeboltjstypes/libFunctionTypes/knowledgeGraph.ts:133