import { AuthSelectors } from '@daffodil/auth/state'
interface AuthSelectors {
selectAuthState: MemoizedSelector<DaffAuthStateRootSlice, DaffAuthReducerState, DefaultProjectorFn<DaffAuthReducerState>>
selectAuthLoggedIn: MemoizedSelector<DaffAuthStateRootSlice, boolean, DefaultProjectorFn<boolean>>
}