website refactor
This commit is contained in:
@@ -1,13 +1,8 @@
|
||||
import type { Logger } from '@core/shared/application';
|
||||
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 { Race } from '../../domain/entities/Race';
|
||||
import type { LeagueRepository } from '../../domain/repositories/LeagueRepository';
|
||||
import type { RaceRepository } from '../../domain/repositories/RaceRepository';
|
||||
|
||||
export type GetRacesPageDataInput = {
|
||||
leagueId: string;
|
||||
};
|
||||
|
||||
export type GetRacesPageRaceItem = {
|
||||
race: Race;
|
||||
|
||||
Reference in New Issue
Block a user