projects/netgrif-components-core/src/lib/authentication/models/credentials.ts
password: string
string
username: string
export interface Credentials { username: string; password: string; }