Kind: Interface
Source: atloria-monorepo/apps/web/src/components/Audit/AuditTable.tsx
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 |
metadata | `Record<string, unknown> |
Was this page helpful?