Files
zod-backend/src/common/guards/index.ts
2024-12-10 10:11:47 +03:00

3 lines
69 B
TypeScript

export * from './access-token.guard';
export * from './roles-guard';