website refactor
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
import type { ChampionshipConfig } from '../types/ChampionshipConfig';
|
||||
import type { SessionType } from '../types/SessionType';
|
||||
import type { ParticipantRef } from '../types/ParticipantRef';
|
||||
import type { Result } from '../entities/result/Result';
|
||||
import type { Penalty } from '../entities/Penalty';
|
||||
import type { Result } from '../entities/result/Result';
|
||||
import type { BonusRule } from '../types/BonusRule';
|
||||
import type { ChampionshipConfig } from '../types/ChampionshipConfig';
|
||||
import type { ChampionshipType } from '../types/ChampionshipType';
|
||||
import type { ParticipantRef } from '../types/ParticipantRef';
|
||||
import type { SessionType } from '../types/SessionType';
|
||||
|
||||
import type { PointsTable } from '../value-objects/PointsTable';
|
||||
import type { DomainCalculationService } from '@core/shared/domain/Service';
|
||||
import type { PointsTable } from '../value-objects/PointsTable';
|
||||
|
||||
export interface ParticipantEventPoints {
|
||||
participant: ParticipantRef;
|
||||
|
||||
Reference in New Issue
Block a user