feat(core-audit): IAuditLog interface + AUDIT_SYMBOLS

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-11 16:11:30 +02:00
parent 0c5ad08dcd
commit 12a8391944
2 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
export const AUDIT_SYMBOLS = {
IAuditLog: Symbol.for("core-audit:IAuditLog"),
} as const;