website refactor
This commit is contained in:
@@ -4,12 +4,12 @@
|
||||
* Represents a financial transaction in the league wallet system.
|
||||
*/
|
||||
|
||||
import { RacingDomainValidationError, RacingDomainInvariantError } from '../../errors/RacingDomainError';
|
||||
import { RacingDomainInvariantError, RacingDomainValidationError } from '../../errors/RacingDomainError';
|
||||
|
||||
import type { Entity } from '@core/shared/domain/Entity';
|
||||
import type { Money } from '../../value-objects/Money';
|
||||
import type { Entity } from '@core/shared/domain';
|
||||
import { TransactionId } from './TransactionId';
|
||||
import { LeagueWalletId } from './LeagueWalletId';
|
||||
import { TransactionId } from './TransactionId';
|
||||
|
||||
export type TransactionType =
|
||||
| 'sponsorship_payment'
|
||||
|
||||
Reference in New Issue
Block a user