import { DaffAuthLoginFacadeInterface } from '@daffodil/auth/state'
interface DaffAuthLoginFacadeInterface { loading$: Observable<boolean> errors$: Observable<DaffStateError[]> }