GitHub

DaffCartLoadSuccess

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

Indicates the successful load of the cart.

class DaffCartLoadSuccess<<T extends DaffCart = DaffCart>>  implements DaffCartRetrievalAction<T> {
  readonly type: DaffCartActionTypes.CartLoadSuccessAction = DaffCartActionTypes.CartLoadSuccessAction
  payload: T
}