import { withDaffDriverMagentoTransferState } from '@daffodil/driver/magento'
A provideMagentoDriver feature that sets up transfer state with the specified key.
function withDaffDriverMagentoTransferState<T extends StateKey<any> = StateKey<any>>(stateKey: T): MagentoDriverFeature
| Parameter | stateKey: T |
|---|---|
| Description | The key under which the Apollo state is stored. |