wip
This commit is contained in:
@@ -22,7 +22,7 @@ export class GetBillsService {
|
||||
* @param {GetBillsQueryDto} filterDTO -
|
||||
*/
|
||||
public async getBills(filterDTO: GetBillsQueryDto): Promise<{
|
||||
data: Bill[];
|
||||
bills: Bill[];
|
||||
pagination: IPaginationMeta;
|
||||
filterMeta: IFilterMeta;
|
||||
}> {
|
||||
|
||||
@@ -25,7 +25,7 @@ export class GetExpensesService {
|
||||
* @return {IExpense[]}
|
||||
*/
|
||||
public async getExpensesList(filterDTO: GetExpensesQueryDto): Promise<{
|
||||
data: Expense[];
|
||||
expenses: Expense[];
|
||||
pagination: IPaginationMeta;
|
||||
filterMeta: IFilterMeta;
|
||||
}> {
|
||||
|
||||
Reference in New Issue
Block a user