fix issues in core
This commit is contained in:
@@ -12,4 +12,6 @@ export interface AllRacesPageOutputPort {
|
||||
total: number;
|
||||
page: number;
|
||||
limit: number;
|
||||
}
|
||||
}
|
||||
|
||||
// TODO this code must be resolved into a Result within UseCase, thats not an OutputPort
|
||||
@@ -9,4 +9,6 @@ export interface ChampionshipStandingsOutputPort {
|
||||
teamId?: string;
|
||||
teamName?: string;
|
||||
}>;
|
||||
}
|
||||
}
|
||||
|
||||
// TODO this code must be resolved into a Result within UseCase, thats not an OutputPort
|
||||
@@ -5,4 +5,6 @@ export interface ChampionshipStandingsRowOutputPort {
|
||||
driverName: string;
|
||||
teamId?: string;
|
||||
teamName?: string;
|
||||
}
|
||||
}
|
||||
|
||||
// TODO this code must be resolved into a Result within UseCase, thats not an OutputPort
|
||||
@@ -4,4 +4,6 @@ export interface DriverRegistrationStatusOutputPort {
|
||||
leagueId: string;
|
||||
registered: boolean;
|
||||
status: 'registered' | 'withdrawn' | 'pending' | 'not_registered';
|
||||
}
|
||||
}
|
||||
|
||||
// TODO this code must be resolved into a Result within UseCase, thats not an OutputPort
|
||||
Reference in New Issue
Block a user