import { DaffCartErrors } from '@daffodil/cart/state'
type DaffCartErrors = { [K in DaffCartOperationType]: DaffStateError[]; }