Kind: Interface
Source: atloria-monorepo/apps/api/src/graph/interfaces/entity.interface.ts
Properties
| Property | Type |
|---|---|
id | string |
type | EntityType |
name | string |
description | string |
documentId | string |
projectId | string |
metadata | Record<string, any> |
createdAt | Date |
updatedAt | Date |
Was this page helpful?