Kind: Interface
Source: atloria-monorepo/libs/parser-core/src/interfaces/workflow-signals.interface.ts
Simplified entity representation for AI analysis
Properties
| Property | Type |
|---|---|
id | string |
type | string |
name | string |
filePath | string |
startLine | number |
endLine | number |
metadata | Record<string, any> |
Was this page helpful?