# ProductFeature

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/site-gen-core/src/assembler/types.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/site-gen-core/src/assembler/types.ts#L155)

A user-facing feature extracted from the codebase.

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `name` | `string` |
| `description` | `string` |
| `actions` | `Array<{
    name: string;
    description: string;
    httpMethod?: string;
    path?: string;
    component?: string;
  }>` |
| `confidence` | `number` |
| `relatedFeatures` | `string[]` |
