mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
fix: specific account transactions.
fix: specific expense associated expense account graph. fix: specific manual journal associated account and contact graph.
This commit is contained in:
@@ -28,6 +28,13 @@ export interface IAccount {
|
||||
accountParentType: string,
|
||||
};
|
||||
|
||||
export interface IAccountsTransactionsFilter {
|
||||
accountId?: number,
|
||||
}
|
||||
|
||||
export interface IAccountTransaction {
|
||||
|
||||
}
|
||||
export interface IAccountResponse extends IAccount {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user