import { DaffCartAddressUpdateSuccess } from '@daffodil/cart/state'
Indicates the successful update of both the shipping and billing address of the cart.
class DaffCartAddressUpdateSuccess<<T extends DaffCart = DaffCart>> implements DaffCartRetrievalAction<T> {
readonly type: DaffCartAddressActionTypes.CartAddressUpdateSuccessAction = DaffCartAddressActionTypes.CartAddressUpdateSuccessAction
payload: Partial<T>
}