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