projects/web-mev/src/app/core/auth/auth.models.ts
isAuthenticated: boolean
boolean
export interface AuthState { isAuthenticated: boolean; }