This commit is contained in:
Veljko Tosic
2026-02-15 23:01:27 +01:00
parent 3463ba1e6d
commit 7cd7d4899c
6 changed files with 261 additions and 71 deletions

View File

@@ -15,6 +15,6 @@ export interface SignupCredentials {
}
export interface AuthResponse {
user: User
token: string
accessToken: string
refreshToken: string
}