Kind: Interface
Source: atloria-monorepo/libs/parser-core/src/interfaces/entity.interface.ts
Base entity interface - all specific entities extend this
Properties
| Property | Type |
|---|---|
id | string |
type | EntityType |
name | string |
filePath | string |
startLine | number |
endLine | number |
description | string |
framework | string |
tags | string[] |
metadata | Record<string, unknown> |
discoveredAt | Date |
contentHash | string |
Was this page helpful?