GitHub

DaffCartItemListSuccess

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

Indicates the successful load of the cart's items.

class DaffCartItemListSuccess<<T extends DaffCartItem = DaffCartItem>>  implements Action {
  readonly type: DaffCartItemActionTypes.CartItemListSuccessAction = DaffCartItemActionTypes.CartItemListSuccessAction
  payload: T[]
}