DaffCartRetrievalActionDirectInjection
Represents an injection of a retrieval action that implements the DaffCartRetrievalAction
interface
and therefore does not need transformation.
If the injected action needs transformation, use DaffCartRetrievalActionTransformedInjection
import { DaffCartRetrievalActionDirectInjection } from '@daffodil/cart/state'
interface DaffCartRetrievalActionDirectInjection<T extends DaffCartRetrievalAction = DaffCartRetrievalAction> {
type: T['type']
}
Properties
Name | Type | Description |
---|---|---|
type | T['type'] | The action type. |