import { DaffCartShippingMethodsActions } from '@daffodil/cart/state'
A union of all the cart shipping methods action classes.
type DaffCartShippingMethodsActions<T extends DaffCartShippingRate = DaffCartShippingRate> = DaffCartShippingMethodsLoad | DaffCartShippingMethodsLoadSuccess<T> | DaffCartShippingMethodsLoadFailure