Files
gridpilot.gg/core/racing/application/dto/index.ts
2025-12-23 15:38:50 +01:00

9 lines
323 B
TypeScript

export * from './LeagueConfigFormDTO';
export * from './LeagueDriverSeasonStatsDTO';
export * from './LeagueDTO';
export * from './LeagueScheduleDTO';
export * from './RaceDTO';
export * from './ResultDTO';
export * from './StandingDTO';
// TODO DTOs dont belong into core. We use Results in UseCases and DTOs in apps/api.