refactor(nestjs): import module

This commit is contained in:
Ahmed Bouhuolia
2025-04-12 13:39:17 +02:00
parent 5bfff51093
commit b9755ff01c
16 changed files with 84 additions and 51 deletions

View File

@@ -18,8 +18,7 @@ export class ItemsImportable extends Importable {
/**
* Mapps the imported data to create a new item service.
* @param {number} tenantId
* @param {ICustomerNewDTO} createDTO
* @param {CreateItemDto} createDTO
* @param {Knex.Transaction} trx
* @returns {Promise<void>}
*/