Files
zod-backend/src/auth/interfaces/index.ts
2024-12-05 11:20:50 +03:00

3 lines
85 B
TypeScript

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