DaffAuthReducerState
import { DaffAuthReducerState } from '@daffodil/auth/state'
interface DaffAuthReducerState {
loggedIn: boolean
}
Properties
Name | Type | Description |
---|---|---|
loggedIn | boolean |
import { DaffAuthReducerState } from '@daffodil/auth/state'
interface DaffAuthReducerState {
loggedIn: boolean
}
Name | Type | Description |
---|---|---|
loggedIn | boolean |