Skip to content

getInvoiceList

reference
1 min readUpdated

Kind: Constant

Source: Pams/Web/Pams.Web/Client/app/reducers/invoice.ts (line 110)

Part of: Pams

Definition

ts
createSelector(getInvoiceState, (state: InvoiceState) => state.invoiceList)

Value

ts
createSelector(getInvoiceState, (state: InvoiceState) => state.invoiceList)

Was this page helpful?

Download as PDF