Kind: Interface
Source: atloria-monorepo/packages/api-client/src/endpoints/audit.ts
Audit event model for API responses
Properties
| Property | Type |
|---|---|
id | string |
organizationId | string |
projectId | `string |
docVersionId | `string |
actorId | string |
actorEmail | string |
actorRole | string |
action | string |
entityType | string |
entityId | string |
metadata | `Record<string, unknown> |
ipAddress | `string |
userAgent | `string |
createdAt | string |
Was this page helpful?