GitHub

DaffPaypalReducerState

import { DaffPaypalReducerState } from '@daffodil/paypal/state'
interface DaffPaypalReducerState {
  loading: boolean
  error: DaffStateError
}

Properties

Name Type Description
loading boolean
error DaffStateError