DaffAuthSelectors
import { DaffAuthSelectors } from '@daffodil/auth/state'
interface DaffAuthSelectors {
selectAuthFeatureState: MemoizedSelector<Record<string, any>, DaffAuthFeatureState>
}
Properties
Name | Type | Description |
---|---|---|
selectAuthFeatureState | MemoizedSelector<Record<string, any>, DaffAuthFeatureState> |