# DetectedFramework

**Kind:** Interface

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

Detected framework information

## Properties

| Property | Type |
|---|---|
| `name` | `string` |
| `version` | `string` |
| `category` | `'frontend' | 'backend' | 'database' | 'testing' | 'build' | 'other'` |
| `detectedFrom` | `string` |
| `confidence` | `number` |
| `parser` | `string` |
