Skip to content

initialState

reference
1 min readUpdated

Kind: Constant

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

Part of: Pams

Definition

ts
InvoiceState

Value

ts
{
  invoice: null,
  invoiceList: [],
  loading: false,
  total: 0
}

Was this page helpful?

Download as PDF