GitHub

DaffPaypalReducerState

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

interface DaffPaypalReducerState {
  loading: boolean
  error: DaffStateError
}