website refactor
This commit is contained in:
@@ -1,13 +1,10 @@
|
||||
import { LeagueWalletId } from '@/racing/domain/entities/league-wallet/LeagueWalletId';
|
||||
import type { Logger } from '@core/shared/domain/Logger';
|
||||
import { Result } from '@core/shared/domain/Result';
|
||||
import type { ApplicationErrorCode } from '@core/shared/errors/ApplicationErrorCode';
|
||||
import type { Logger } from '@core/shared/application';
|
||||
import type { LeagueRepository } from '../../domain/repositories/LeagueRepository';
|
||||
import type { LeagueWalletRepository } from '../../domain/repositories/LeagueWalletRepository';
|
||||
import type { TransactionRepository } from '../../domain/repositories/TransactionRepository';
|
||||
import { Money } from '../../domain/value-objects/Money';
|
||||
import { Transaction } from '../../domain/entities/league-wallet/Transaction';
|
||||
import { TransactionId } from '../../domain/entities/league-wallet/TransactionId';
|
||||
import { LeagueWalletId } from '../../domain/entities/league-wallet/LeagueWalletId';
|
||||
import { Money } from '../../domain/value-objects/Money';
|
||||
|
||||
export type WithdrawFromLeagueWalletInput = {
|
||||
leagueId: string;
|
||||
|
||||
Reference in New Issue
Block a user