KGEdgeType
Interface: KGEdgeType
Defined in: common/types/src/codeboltjstypes/libFunctionTypes/knowledgeGraph.ts:30
Properties
| Property | Type | Defined in |
|---|---|---|
attributes? | Record<string, KGAttributeSchema> | common/types/src/codeboltjstypes/libFunctionTypes/knowledgeGraph.ts:36 |
description? | string | common/types/src/codeboltjstypes/libFunctionTypes/knowledgeGraph.ts:33 |
from_kinds | string[] | common/types/src/codeboltjstypes/libFunctionTypes/knowledgeGraph.ts:34 |
label | string | common/types/src/codeboltjstypes/libFunctionTypes/knowledgeGraph.ts:32 |
name | string | common/types/src/codeboltjstypes/libFunctionTypes/knowledgeGraph.ts:31 |
to_kinds | string[] | common/types/src/codeboltjstypes/libFunctionTypes/knowledgeGraph.ts:35 |