import { WalletsTransactions } from './entities/wallets-transaction.entity'; import { WALLET_TRANSACTIONS_REPOSITORY } from '../../core/constants'; export const walletsTransactionsProviders = [ { provide: WALLET_TRANSACTIONS_REPOSITORY, useValue: WalletsTransactions, }, ];