Skip to content

Entity

reference
1 min readUpdated

Kind: Interface

Source: atloria-monorepo/libs/parser-core/src/interfaces/entity.interface.ts

Base entity interface - all specific entities extend this

Properties

PropertyType
idstring
typeEntityType
namestring
filePathstring
startLinenumber
endLinenumber
descriptionstring
frameworkstring
tagsstring[]
metadataRecord<string, unknown>
discoveredAtDate
contentHashstring

Was this page helpful?

Download as PDF