import { DaffResolveCartServerSide } from '@daffodil/cart/state'
An action indicating that the cart resolution terminated as a result of an attempted resolution on the server.
class DaffResolveCartServerSide implements Action {
readonly type: DaffCartActionTypes.ResolveCartServerSideAction = DaffCartActionTypes.ResolveCartServerSideAction
payload: DaffStateError[]
}