daffPaypalExpressReducer
import { daffPaypalExpressReducer } from '@daffodil/paypal/state'
function daffPaypalExpressReducer<T extends DaffPaypalExpressTokenRequest, V extends DaffPaypalExpressTokenResponse>(
state: DaffPaypalExpressReducerState = daffPaypalExpressInitialState
action: DaffPaypalActions<T, V>
): DaffPaypalExpressReducerState