# IParser

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/parser-core/src/interfaces/parser.interface.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/parser-core/src/interfaces/parser.interface.ts#L59)

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[]` |
