# Organization

**Kind:** Interface

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

Organization model

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `name` | `string` |
| `slug` | `string` |
| `createdAt` | `Date` |
| `updatedAt` | `Date` |
