DaffCartRetrievalAction
Represents an action that loads a portion of the cart.
import { DaffCartRetrievalAction } from '@daffodil/cart/state'
interface DaffCartRetrievalAction<T extends DaffCart = DaffCart> {
readonly payload: Partial<T>
}
Properties
Name | Type | Description |
---|---|---|
payload | Partial<T> |