Function: selectOfflineEligibleCarriersAsQuoteRequests()
function selectOfflineEligibleCarriersAsQuoteRequests(state, ...params): IQuoteRequest[]
A function that takes a state and returns data that is based on that state.
Parameters
state
The first argument, often a Redux root state object.
params
...[]
All additional arguments passed into the selector.
Returns
IQuoteRequest[]
A derived value from the state.