feat(audit): extensible event type system with shared constants

This commit is contained in:
SnapOtter
2026-06-13 16:27:53 +08:00
parent 5d2f520d78
commit 37b2b9c2ee
3 changed files with 49 additions and 26 deletions
+1
View File
@@ -1,6 +1,7 @@
export * from "./analytics/consent.js";
export * from "./analytics/events.js";
export * from "./analytics/types.js";
export * from "./audit-events.js";
export * from "./constants.js";
export * from "./features.js";
export * from "./i18n/index.js";