view data fixes
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
import type { FileProtestCommandDTO } from '../../../types/generated/FileProtestCommandDTO';
|
||||
import type { ImportRaceResultsDTO } from '../../../types/generated/ImportRaceResultsDTO';
|
||||
import type { RaceDetailEntryDTO } from '../../../types/generated/RaceDetailEntryDTO';
|
||||
import type { RaceDetailLeagueDTO } from '../../../types/generated/RaceDetailLeagueDTO';
|
||||
import type { RaceDetailRaceDTO } from '../../../types/generated/RaceDetailRaceDTO';
|
||||
import type { RaceDetailRegistrationDTO } from '../../../types/generated/RaceDetailRegistrationDTO';
|
||||
import type { RaceDetailUserResultDTO } from '../../../types/generated/RaceDetailUserResultDTO';
|
||||
import type { RaceResultsDetailDTO } from '../../../types/generated/RaceResultsDetailDTO';
|
||||
import type { RaceStatsDTO } from '../../../types/generated/RaceStatsDTO';
|
||||
import type { RaceWithSOFDTO } from '../../../types/generated/RaceWithSOFDTO';
|
||||
import type { RacesPageDataRaceDTO } from '../../../types/generated/RacesPageDataRaceDTO';
|
||||
import type { RegisterForRaceParamsDTO } from '../../../types/generated/RegisterForRaceParamsDTO';
|
||||
import type { WithdrawFromRaceParamsDTO } from '../../../types/generated/WithdrawFromRaceParamsDTO';
|
||||
import { BaseApiClient } from '../base/BaseApiClient';
|
||||
import type { RaceStatsDTO } from '../../types/generated/RaceStatsDTO';
|
||||
import type { RacesPageDataRaceDTO } from '../../types/generated/RacesPageDataRaceDTO';
|
||||
import type { RaceResultsDetailDTO } from '../../types/generated/RaceResultsDetailDTO';
|
||||
import type { RaceWithSOFDTO } from '../../types/generated/RaceWithSOFDTO';
|
||||
import type { RegisterForRaceParamsDTO } from '../../types/generated/RegisterForRaceParamsDTO';
|
||||
import type { ImportRaceResultsDTO } from '../../types/generated/ImportRaceResultsDTO';
|
||||
import type { WithdrawFromRaceParamsDTO } from '../../types/generated/WithdrawFromRaceParamsDTO';
|
||||
import type { RaceDetailRaceDTO } from '../../types/generated/RaceDetailRaceDTO';
|
||||
import type { RaceDetailLeagueDTO } from '../../types/generated/RaceDetailLeagueDTO';
|
||||
import type { RaceDetailEntryDTO } from '../../types/generated/RaceDetailEntryDTO';
|
||||
import type { RaceDetailRegistrationDTO } from '../../types/generated/RaceDetailRegistrationDTO';
|
||||
import type { RaceDetailUserResultDTO } from '../../types/generated/RaceDetailUserResultDTO';
|
||||
import type { FileProtestCommandDTO } from '../../types/generated/FileProtestCommandDTO';
|
||||
|
||||
// Define missing types
|
||||
export type RacesPageDataDTO = { races: RacesPageDataRaceDTO[] };
|
||||
|
||||
Reference in New Issue
Block a user