mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
refactoring: custom views service.
fix: constraints of delete item from storage. fix: constraints of delete item category from storage. fix: localize database seeds files. fix: view meta data in accounts list response.
This commit is contained in:
@@ -70,6 +70,6 @@ export interface IItemsService {
|
||||
|
||||
export interface IItemsFilter extends IDynamicListFilter {
|
||||
stringifiedFilterRoles?: string,
|
||||
page?: number,
|
||||
pageSize?: number,
|
||||
page: number,
|
||||
pageSize: number,
|
||||
};
|
||||
Reference in New Issue
Block a user