GitHub

DaffPaypalReducerState

interface

import { DaffPaypalReducerState } from '@daffodil/paypal/state'

interface DaffPaypalReducerState {
  loading: boolean
  error: DaffStateError
}