src/app/models/auth-response.ts
token: string
string
export interface AuthResponse { token: string; }