Indicates the successful removal of all items from the cart.
import { DaffCartClearSuccess } from '@daffodil/cart/state'
class DaffCartClearSuccess<<T extends DaffCart = DaffCart>> implements DaffCartRetrievalAction<T> {
readonly type: DaffCartActionTypes.CartClearSuccessAction
payload: Partial<T>
}
Name | Type | Description |
---|---|---|
type | DaffCartActionTypes.CartClearSuccessAction | |
payload | Partial<T> |