GitHub

DaffAuthSelectors

Type

import { DaffAuthSelectors } from '@daffodil/auth/state'

interface DaffAuthSelectors {
  selectAuthFeatureState: MemoizedSelector<Record<string, any>, DaffAuthFeatureState>
}