# ProjectMetadata

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/cli/src/providers/data-provider.interface.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/cli/src/providers/data-provider.interface.ts#L16)

Project metadata from either source

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `name` | `string` |
| `type` | `string` |
| `rootDir` | `string` |
| `frameworks` | `string[]` |
| `statistics` | `{
    totalFiles: number;
    parsedFiles: number;
    entityCounts: Record<string, number>;
  }` |
| `generatedAt` | `string` |
