import { DaffCartRetrievalActionDirectInjection } from '@daffodil/cart/state'
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
interface DaffCartRetrievalActionDirectInjection<T extends DaffCartRetrievalAction = DaffCartRetrievalAction> {
type: T["type"]
}
type T["type"] |
---|
The action type. |