shared/src/types/auth-types
Interfaces
| Interface | Description |
|---|---|
| AuthResponse | Defines the structure for authentication response |
| AuthState | Auth store state interface for frontend Zustand store |
| LoginData | Defines the structure for user login data |
| RegisterData | Defines the structure for user registration data |
| TokenPayload | Defines the structure for JWT token payload |