DaffCartItemDeleteOutOfStockSuccess
Indicates the successful deletion of all out of stock cart items.
import { DaffCartItemDeleteOutOfStockSuccess } from '@daffodil/cart/state'
class DaffCartItemDeleteOutOfStockSuccess<<T extends DaffCart = DaffCart>> implements Action {
readonly type: DaffCartItemActionTypes.CartItemDeleteOutOfStockSuccessAction
payload: Partial<T>
}
Properties
Name | Type | Description |
---|---|---|
type | DaffCartItemActionTypes.CartItemDeleteOutOfStockSuccessAction | |
payload | Partial<T> |