mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
fix: retrieve bills and bills payments list.
This commit is contained in:
@@ -41,4 +41,8 @@ export interface IBill {
|
||||
|
||||
entries: IItemEntry[],
|
||||
};
|
||||
|
||||
|
||||
export interface IBillsFilter {
|
||||
page: number,
|
||||
pageSize: number,
|
||||
}
|
||||
Reference in New Issue
Block a user