# AutoGeneratedFileInfo

**Kind:** Interface

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

AutoGeneratedFileInfo - Info about auto-generated files
These files need special handling to avoid including repetitive boilerplate.

## Properties

| Property | Type |
|---|---|
| `filePath` | `string` |
| `generator` | `string` |
| `uniqueEndpoints` | `Array<{
    // For API clients
    method: string;
    path: string;
    operationId: string;
  }>` |
| `uniqueTypes` | `Array<{
    // For type files
    name: string;
    fields: string[];
  }>` |
| `templateSummary` | `string` |
