# DocVersion

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/types/src/models/doc-version.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/types/src/models/doc-version.ts#L22)

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `projectId` | `string` |
| `organizationId` | `string` |
| `versionNumber` | `number` |
| `label` | `string | null` |
| `description` | `string | null` |
| `status` | `DocVersionStatus` |
| `commitHash` | `string | null` |
| `branch` | `string | null` |
| `gitTag` | `string | null` |
| `jobId` | `string | null` |
| `generationSummary` | `GenerationSummary | null` |
| `previousVersionId` | `string | null` |
| `createdAt` | `Date` |
| `updatedAt` | `Date` |
| `publishedAt` | `Date | null` |
| `archivedAt` | `Date | null` |
| `createdById` | `string` |
| `_count` | `{
    documents: number;
    categories: number;
  }` |
