import { DaffAuthLoginSelectors } from '@daffodil/auth/state'
interface DaffAuthLoginSelectors { selectAuthLoginState: MemoizedSelector<DaffAuthStateRootSlice, DaffAuthLoginReducerState> }