src/app/_helpers/models/user.ts
password: string
string
username: string
export interface ICredential { username: string; password: string; }