# FrameworkDetectionResult

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/doc-automation/src/v2/types/framework.types.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/doc-automation/src/v2/types/framework.types.ts#L127)

Framework detection result with patterns to apply

## Properties

| Property | Type |
|---|---|
| `techStack` | `DetectedTechStack` |
| `patternsToApply` | `string[]` |
| `detectorsToRun` | `string[]` |
| `fileExtensions` | `string[]` |
| `priorityPaths` | `string[]` |
