Kind: Constant
Source: Pams/Web/Pams.Web/Client/app/reducers/invoice.ts (line 13)
Part of: Pams
Definition
tsInvoiceState
Value
ts{
invoice: null,
invoiceList: [],
loading: false,
total: 0
}
Kind: Constant
Source: Pams/Web/Pams.Web/Client/app/reducers/invoice.ts (line 13)
Part of: Pams
tsInvoiceState
ts{
invoice: null,
invoiceList: [],
loading: false,
total: 0
}
Was this page helpful?