fix data flow issues
This commit is contained in:
4
core/racing/application/ports/DriverRatingProvider.ts
Normal file
4
core/racing/application/ports/DriverRatingProvider.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export interface DriverRatingProvider {
|
||||
getRating(driverId: string): number | null;
|
||||
getRatings(driverIds: string[]): Map<string, number>;
|
||||
}
|
||||
Reference in New Issue
Block a user