mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
fix: resource advanced view filter.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
|
||||
import { IDynamicListFilterDTO } from 'interfaces/DynamicFilter';
|
||||
|
||||
export interface IAccountDTO {
|
||||
name: string,
|
||||
@@ -12,4 +12,8 @@ export interface IAccount {
|
||||
code: string,
|
||||
description: string,
|
||||
accountTypeNumber: number,
|
||||
};
|
||||
};
|
||||
|
||||
export interface IAccountsFilter extends IDynamicListFilterDTO {
|
||||
stringifiedFilterRoles?: string,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user