Kind: Interface
Source: atloria-monorepo/packages/doc-automation/src/v2/types/common.types.ts
Properties
| Property | Type |
|---|---|
id | string |
name | string |
type | EntityType |
filePath | string |
tier | EntityTier |
sourceCode | string |
signature | string |
summary | string |
startLine | number |
endLine | number |
exports | boolean |
isUserFacing | boolean |
dependencies | string[] |
dependents | string[] |
Was this page helpful?