DaffPaypalReducersState
import { DaffPaypalReducersState } from '@daffodil/paypal/state'
interface DaffPaypalReducersState {
paypal: DaffPaypalReducerState
express: DaffPaypalExpressReducerState
}
Properties
Name | Type | Description |
---|---|---|
paypal | DaffPaypalReducerState | |
express | DaffPaypalExpressReducerState |