src/app/models/auth-response.model.ts
Properties |
token |
token:
|
Type : string
|
Defined in src/app/models/auth-response.model.ts:2
|
export interface AuthResponse {
token: string;
}