@codebolt/types
Interface: CreateKGEdgeParams
Defined in: common/types/src/codeboltjstypes/libFunctionTypes/knowledgeGraph.ts:130
Properties
| Property | Type | Defined in |
|---|
attributes? | Record<string, any> | common/types/src/codeboltjstypes/libFunctionTypes/knowledgeGraph.ts:134 |
from_node_id | string | common/types/src/codeboltjstypes/libFunctionTypes/knowledgeGraph.ts:132 |
kind | string | common/types/src/codeboltjstypes/libFunctionTypes/knowledgeGraph.ts:131 |
to_node_id | string | common/types/src/codeboltjstypes/libFunctionTypes/knowledgeGraph.ts:133 |