GitHub

DaffAuthReducerState

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

interface DaffAuthReducerState {
  loggedIn: boolean
}