Kind: Interface
Source: atloria-monorepo/apps/parser-orchestrator/src/interfaces/parser.interface.ts
Input for parsing a file
Properties
| Property | Type |
|---|---|
filePath | string |
content | string |
metadata | Record<string, unknown> |
Kind: Interface
Source: atloria-monorepo/apps/parser-orchestrator/src/interfaces/parser.interface.ts
Input for parsing a file
| Property | Type |
|---|---|
filePath | string |
content | string |
metadata | Record<string, unknown> |
Was this page helpful?