Audit log table and modal

This commit is contained in:
Jamie Curnow
2025-09-14 14:00:00 +10:00
parent e44748e46f
commit 2b88f56d22
24 changed files with 425 additions and 12 deletions

View File

@@ -40,6 +40,8 @@ export interface AuditLog {
objectId: number;
action: string;
meta: Record<string, any>;
// Expansions:
user?: User;
}
export interface AccessList {