GitHub

DaffCartShippingMethodsActions

A union of all the cart shipping methods action classes.

import { DaffCartShippingMethodsActions } from '@daffodil/cart/state'
type DaffCartShippingMethodsActions<T extends DaffCartShippingRate = DaffCartShippingRate> = DaffCartShippingMethodsLoad | DaffCartShippingMethodsLoadSuccess<T> | DaffCartShippingMethodsLoadFailure
Type Options
DaffCartShippingMethodsActions DaffCartShippingMethodsLoad | DaffCartShippingMethodsLoadSuccess | DaffCartShippingMethodsLoadFailure