refactor: remove optional resource_id from AuditLogEntry interface to streamline audit log structure
This commit is contained in:
@@ -11,7 +11,6 @@ export interface AuditLogEntry {
|
|||||||
actor_email?: string
|
actor_email?: string
|
||||||
action: string
|
action: string
|
||||||
resource_type: string
|
resource_type: string
|
||||||
resource_id?: string
|
|
||||||
occurred_at: string
|
occurred_at: string
|
||||||
payload?: Record<string, unknown>
|
payload?: Record<string, unknown>
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user