DaffCartLoadSuccess
Indicates the successful load of the cart.
import { DaffCartLoadSuccess } from '@daffodil/cart/state'
class DaffCartLoadSuccess<<T extends DaffCart = DaffCart>> implements DaffCartRetrievalAction<T> {
readonly type: DaffCartActionTypes.CartLoadSuccessAction
payload: T
}
Properties
Name | Type | Description |
---|---|---|
type | DaffCartActionTypes.CartLoadSuccessAction | |
payload | T |