# DocumentMetadata

**Kind:** Interface

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

Document metadata for storage

## Properties

| Property | Type |
|---|---|
| `projectId` | `string` |
| `title` | `string` |
| `slug` | `string` |
| `type` | `'user-docs' | 'tutorial' | 'feature' | 'api' | 'state-management' | 'database' | 'component' | 'security'` |
| `categoryPath` | `string[]` |
| `content` | `string` |
| `source` | `'AI' | 'manual' | 'template'` |
| `aiModel` | `string` |
| `versionLabel` | `string` |
| `metadata` | `Record<string, unknown>` |
