GitHub

DaffCartShippingMethodsActionTypes

import { DaffCartShippingMethodsActionTypes } from '@daffodil/cart/state'

An enum for the cart shipping methods action types.

enum DaffCartShippingMethodsActionTypes {
  CartShippingMethodsLoadAction = DaffCartShippingMethodsActionTypes.CartShippingMethodsLoadAction,
  CartShippingMethodsLoadSuccessAction = DaffCartShippingMethodsActionTypes.CartShippingMethodsLoadSuccessAction,
  CartShippingMethodsLoadFailureAction = DaffCartShippingMethodsActionTypes.CartShippingMethodsLoadFailureAction,
}