feat(core-shared): AuditLogProtocol + ./audit subpath export

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-11 16:04:29 +02:00
parent cc4de8eb75
commit a7e383593a
4 changed files with 22 additions and 4 deletions

View File

@@ -0,0 +1,2 @@
export type { AuditEntry, AuditAction, AuditFrom } from "./audit-entry";
export { truncateIp } from "./truncate-ip";