import { DaffCartShippingMethodsLoad } from '@daffodil/cart/state'
Triggers the load of the cart's available shipping methods.
class DaffCartShippingMethodsLoad implements Action {
readonly type: DaffCartShippingMethodsActionTypes.CartShippingMethodsLoadAction = DaffCartShippingMethodsActionTypes.CartShippingMethodsLoadAction
}