mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
feat(contacts): auto-complete contacts.
feat(items): auto-complete items. feat(resources): resource columns feat. feat(contacts): retrieve specific contact details.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { IDynamicListFilter } from 'interfaces/DynamicFilter';
|
||||
import { IItemEntry, IItemEntryDTO } from "./ItemEntry";
|
||||
|
||||
export interface ISaleInvoice {
|
||||
@@ -36,7 +37,7 @@ export interface ISaleInvoiceEditDTO extends ISaleInvoiceDTO {
|
||||
|
||||
};
|
||||
|
||||
export interface ISalesInvoicesFilter{
|
||||
export interface ISalesInvoicesFilter extends IDynamicListFilter{
|
||||
page: number,
|
||||
pageSize: number,
|
||||
};
|
||||
Reference in New Issue
Block a user