import { DaffAddToCartSuccess } from '@daffodil/cart/state'
class DaffAddToCartSuccess implements Action {
readonly type: DaffCartActionTypes.AddToCartSuccessAction
payload: DaffCart
}
Name | Type | Description |
---|---|---|
type | DaffCartActionTypes.AddToCartSuccessAction | |
payload | DaffCart |