feat(core-audit): withAudit wrapper + Audited<F> brand

This commit is contained in:
2026-05-12 21:40:28 +02:00
parent c7bd9a2f8a
commit 103e06d20a
3 changed files with 71 additions and 0 deletions

View File

@@ -28,3 +28,4 @@ export {
auditProcedure,
type AdminTrpcUser,
} from "./integrations/api/procedures";
export { withAudit, type Audited } from "./with-audit";