fix: Integrate multiple branches with expense resource

This commit is contained in:
Ahmed Bouhuolia
2024-09-02 15:02:02 +02:00
parent 0dd05493b2
commit 0812e3087e
5 changed files with 70 additions and 3 deletions

View File

@@ -17,6 +17,7 @@ export interface IExpensesFilter {
columnSortBy: string;
sortOrder: string;
viewSlug?: string;
filterQuery?: (query: any) => void;
}
export interface IExpense {