import { DaffCartClear } from '@daffodil/cart/state'
Triggers the removal of all items from the cart.
class DaffCartClear implements Action { readonly type: DaffCartActionTypes.CartClearAction = DaffCartActionTypes.CartClearAction }