Files
AFFiNE-Mirror/packages/backend/server/src/fundamentals/guard/index.ts
T
2024-09-03 09:03:51 +00:00

3 lines
109 B
TypeScript

export { UseNamedGuard } from './guard';
export { GuardProvider, type RegisterGuardName } from './provider';