[PULSE-13] Org Audit Log UI with advanced filtering #10

Merged
uz1mani merged 9 commits from staging into main 2026-02-05 13:53:56 +00:00
2 changed files with 271 additions and 4 deletions
Showing only changes of commit f97681c8a3 - Show all commits

View File

@@ -11,7 +11,6 @@ export interface AuditLogEntry {
actor_email?: string
action: string
resource_type: string
resource_id?: string
occurred_at: string
payload?: Record<string, unknown>
}