import { DaffCartStoreCreditActions } from '@daffodil/cart-store-credit/state'
A union of the cart action types.
type DaffCartStoreCreditActions<TCart extends DaffCartWithStoreCredit = DaffCartWithStoreCredit> = DaffCartStoreCreditApply | DaffCartStoreCreditApplySuccess<TCart> | DaffCartStoreCreditApplyFailure | DaffCartStoreCreditRemove | DaffCartStoreCreditRemoveSuccess<TCart> | DaffCartStoreCreditRemoveFailure | DaffCartStoreCreditClearErrors