Kind: Interface
Source: atloria-monorepo/apps/parser-orchestrator/src/interfaces/parser.interface.ts
Base interface that ALL parsers must implement
Each parser (React, NestJS, Prisma, etc.) implements this interface to ensure consistent behavior across the system.
Properties
| Property | Type |
|---|---|
name | string |
version | string |
supportedPatterns | string[] |
Was this page helpful?