GitHub

daffAuthLoginReducer

import { daffAuthLoginReducer } from '@daffodil/auth/state'
function daffAuthLoginReducer<T extends DaffLoginInfo, U extends DaffAuthToken>(
  state: DaffOperationState = daffAuthLoginInitialState
  action: DaffAuthLoginActions<T, U>
): DaffAuthLoginReducerState