import { DaffCartShippingInformationLoad } from '@daffodil/cart/state'
Triggers the load of the cart's shipping information.
class DaffCartShippingInformationLoad implements Action {
readonly type: DaffCartShippingInformationActionTypes.CartShippingInformationLoadAction = DaffCartShippingInformationActionTypes.CartShippingInformationLoadAction
}