# Project

**Kind:** Interface

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

Project model

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `name` | `string` |
| `slug` | `string` |
| `description` | `string | null` |
| `organizationId` | `string` |
| `themeId` | `string | null` |
| `repoUrl` | `string | null` |
| `repoBranch` | `string` |
| `createdAt` | `Date` |
| `updatedAt` | `Date` |
