# Activity

**Kind:** Interface

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

Activity model

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `organizationId` | `string` |
| `projectId` | `string | null` |
| `userId` | `string | null` |
| `actionType` | `string` |
| `entityType` | `string` |
| `entityId` | `string` |
| `metadata` | `ActivityMetadata | null` |
| `createdAt` | `Date` |
