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