mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
fix: accounts types with new design.
This commit is contained in:
@@ -24,6 +24,8 @@ export interface IAccount {
|
||||
currencyCode: string,
|
||||
transactions?: any[],
|
||||
type?: any[],
|
||||
accountNormal: string,
|
||||
accountParentType: string,
|
||||
};
|
||||
|
||||
export interface IAccountsFilter extends IDynamicListFilterDTO {
|
||||
|
||||
Reference in New Issue
Block a user