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