GitHub

DaffAuthReducerState

interface

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

interface DaffAuthReducerState {
  loggedIn: boolean
}