DaffCartStoreCreditActions
A union of the cart action types.
API
type DaffCartStoreCreditActions<TCart extends DaffCartWithStoreCredit = DaffCartWithStoreCredit> = DaffCartStoreCreditApply | DaffCartStoreCreditApplySuccess<TCart> | DaffCartStoreCreditApplyFailure | DaffCartStoreCreditRemove | DaffCartStoreCreditRemoveSuccess<TCart> | DaffCartStoreCreditRemoveFailure | DaffCartStoreCreditClearErrors
Type | Options |
---|---|
DaffCartStoreCreditActions | DaffCartStoreCreditApply | DaffCartStoreCreditApplySuccess |