GitHub

DaffCartRetrievalAction

import { DaffCartRetrievalAction } from '@daffodil/cart/state'

Represents an action that loads a portion of the cart.

interface DaffCartRetrievalAction<T extends DaffCart = DaffCart> {
  readonly payload: Partial<T>
}