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