Initial commit
This commit is contained in:
8
packages/core-audit/src/hooks/index.ts
Normal file
8
packages/core-audit/src/hooks/index.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export {
|
||||
createAuditErasureHook,
|
||||
type AuditErasureHookOpts,
|
||||
} from "./audit-erasure-hook";
|
||||
export {
|
||||
createAuditAfterReadHook,
|
||||
type AuditAfterReadHookOpts,
|
||||
} from "./audit-after-read-hook";
|
||||
Reference in New Issue
Block a user