# AuditRow

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/web/src/components/Audit/AuditTable.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/components/Audit/AuditTable.tsx#L6)

One audit event row as returned by the API

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `createdAt` | `string` |
| `actorId` | `string` |
| `actorEmail` | `string` |
| `actorRole` | `string` |
| `action` | `string` |
| `entityType` | `string` |
| `entityId` | `string` |
| `projectId` | `string | null` |
| `metadata` | `Record<string, unknown> | null` |
