# DeskActivity

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/web/src/app/app/desk/components/deskTypes.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/app/app/desk/components/deskTypes.ts#L53)

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `action` | `string` |
| `fromValue` | `string | null` |
| `toValue` | `string | null` |
| `actorName` | `string | null` |
| `label` | `string` |
| `createdAt` | `string` |
| `local` | `boolean` |
