import { DaffCartShippingAddressUpdateSuccess } from '@daffodil/cart/state'
Indicates the successful update of the cart's shipping address.
class DaffCartShippingAddressUpdateSuccess<<T extends DaffCart = DaffCart>> implements DaffCartRetrievalAction<T> {
readonly type: DaffCartShippingAddressActionTypes.CartShippingAddressUpdateSuccessAction = DaffCartShippingAddressActionTypes.CartShippingAddressUpdateSuccessAction
payload: Partial<T>
}