DaffCartInMemoryExtraAttributesHook
import { DaffCartInMemoryExtraAttributesHook } from '@daffodil/cart/driver/in-memory'
type DaffCartInMemoryExtraAttributesHook = (reqInfo: RequestInfo, cart: DaffCart) => Record<string, any>
Type | Options |
---|---|
DaffCartInMemoryExtraAttributesHook | (reqInfo: RequestInfo, cart: DaffCart) => Record |