KGInstanceTemplate
Interface: KGInstanceTemplate
Defined in: common/types/src/codeboltjstypes/libFunctionTypes/knowledgeGraph.ts:39
Properties
| Property | Type | Defined in |
|---|---|---|
createdAt | string | common/types/src/codeboltjstypes/libFunctionTypes/knowledgeGraph.ts:45 |
description? | string | common/types/src/codeboltjstypes/libFunctionTypes/knowledgeGraph.ts:42 |
edge_types | KGEdgeType[] | common/types/src/codeboltjstypes/libFunctionTypes/knowledgeGraph.ts:44 |
id | string | common/types/src/codeboltjstypes/libFunctionTypes/knowledgeGraph.ts:40 |
name | string | common/types/src/codeboltjstypes/libFunctionTypes/knowledgeGraph.ts:41 |
record_kinds | KGRecordKind[] | common/types/src/codeboltjstypes/libFunctionTypes/knowledgeGraph.ts:43 |
updatedAt | string | common/types/src/codeboltjstypes/libFunctionTypes/knowledgeGraph.ts:46 |