Files
zod-backend/src/auth/interfaces/index.ts
2025-08-11 16:13:53 +03:00

3 lines
85 B
TypeScript

export * from './jwt-payload.interface';
export * from './login-response.interface';