refactor(nestjs): export module

This commit is contained in:
Ahmed Bouhuolia
2025-04-10 23:34:42 +02:00
parent ab49113d5a
commit c953c48c39
23 changed files with 176 additions and 68 deletions

View File

@@ -17,6 +17,7 @@ export class ExpensesExportable extends Exportable {
/**
* Retrieves the accounts data to exportable sheet.
* @param {IExpensesFilter}
*/
public exportable(query: IExpensesFilter) {
const filterQuery = (query) => {